mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-29 09:45:52 +00:00
armv8: ls1012a: add eSDHC nodes
This patch is to add eSDHC nodes for ls1012a. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
a6473f8e3f
commit
e1f39751d5
1 changed files with 16 additions and 0 deletions
|
@ -54,6 +54,22 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
esdhc0: esdhc@1560000 {
|
||||||
|
compatible = "fsl,esdhc";
|
||||||
|
reg = <0x0 0x1560000 0x0 0x10000>;
|
||||||
|
interrupts = <0 62 0x4>;
|
||||||
|
big-endian;
|
||||||
|
bus-width = <4>;
|
||||||
|
};
|
||||||
|
|
||||||
|
esdhc1: esdhc@1580000 {
|
||||||
|
compatible = "fsl,esdhc";
|
||||||
|
reg = <0x0 0x1580000 0x0 0x10000>;
|
||||||
|
interrupts = <0 65 0x4>;
|
||||||
|
big-endian;
|
||||||
|
non-removable;
|
||||||
|
bus-width = <4>;
|
||||||
|
};
|
||||||
|
|
||||||
i2c0: i2c@2180000 {
|
i2c0: i2c@2180000 {
|
||||||
compatible = "fsl,vf610-i2c";
|
compatible = "fsl,vf610-i2c";
|
||||||
|
|
Loading…
Add table
Reference in a new issue