mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 03:51:31 +00:00
arch: powerpc: add eSDHC node to p1020 dts
Add eSDHC node to p1020 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
9a0cbae22a
commit
b73d5379c5
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,13 @@
|
||||||
single-cpu-affinity;
|
single-cpu-affinity;
|
||||||
last-interrupt-source = <255>;
|
last-interrupt-source = <255>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
esdhc: esdhc@2e000 {
|
||||||
|
compatible = "fsl,esdhc";
|
||||||
|
reg = <0x2e000 0x1000>;
|
||||||
|
/* Filled in by U-Boot */
|
||||||
|
clock-frequency = <0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/* PCIe controller base address 0x9000 */
|
/* PCIe controller base address 0x9000 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue