mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 21:51:31 +00:00
arch: powerpc: add eSDHC node to t104x dts
Add eSDHC node to t104x 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
d2c398b75f
commit
3f8f668d8c
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,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