mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
arch: powerpc: add eSDHC node to t102x dts
Add eSDHC node to t102x dts Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
428e7a1da6
commit
d2c398b75f
1 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,12 @@
|
||||||
sata-number = <2>;
|
sata-number = <2>;
|
||||||
sata-fpdma = <0>;
|
sata-fpdma = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
esdhc: esdhc@114000 {
|
||||||
|
compatible = "fsl,esdhc";
|
||||||
|
reg = <0x114000 0x1000>;
|
||||||
|
clock-frequency = <0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pcie@ffe240000 {
|
pcie@ffe240000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue