aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/boot/dts/mpc8569mds.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8569mds.dts b/arch/powerpc/boot/dts/mpc8569mds.dts
index 18fda4917d95..3e4de7a82521 100644
--- a/arch/powerpc/boot/dts/mpc8569mds.dts
+++ b/arch/powerpc/boot/dts/mpc8569mds.dts
@@ -220,6 +220,16 @@
220 }; 220 };
221 }; 221 };
222 222
223 sdhci@2e000 {
224 compatible = "fsl,mpc8569-esdhc", "fsl,esdhc";
225 reg = <0x2e000 0x1000>;
226 interrupts = <72 0x8>;
227 interrupt-parent = <&mpic>;
228 /* Filled in by U-Boot */
229 clock-frequency = <0>;
230 status = "disabled";
231 };
232
223 crypto@30000 { 233 crypto@30000 {
224 compatible = "fsl,sec3.1", "fsl,sec3.0", "fsl,sec2.4", 234 compatible = "fsl,sec3.1", "fsl,sec3.0", "fsl,sec2.4",
225 "fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0"; 235 "fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0";