aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8536ds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8536ds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8536ds.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts b/arch/powerpc/boot/dts/mpc8536ds.dts
index af8c64c4e75b..b6fd8564c0e3 100644
--- a/arch/powerpc/boot/dts/mpc8536ds.dts
+++ b/arch/powerpc/boot/dts/mpc8536ds.dts
@@ -54,6 +54,19 @@
54 reg = <0xffe00000 0x1000>; 54 reg = <0xffe00000 0x1000>;
55 bus-frequency = <0>; // Filled out by uboot. 55 bus-frequency = <0>; // Filled out by uboot.
56 56
57 ecm-law@0 {
58 compatible = "fsl,ecm-law";
59 reg = <0x0 0x1000>;
60 fsl,num-laws = <12>;
61 };
62
63 ecm@1000 {
64 compatible = "fsl,mpc8536-ecm", "fsl,ecm";
65 reg = <0x1000 0x1000>;
66 interrupts = <17 2>;
67 interrupt-parent = <&mpic>;
68 };
69
57 memory-controller@2000 { 70 memory-controller@2000 {
58 compatible = "fsl,mpc8536-memory-controller"; 71 compatible = "fsl,mpc8536-memory-controller";
59 reg = <0x2000 0x1000>; 72 reg = <0x2000 0x1000>;