diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8572ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts index 75fc30b07441..3f9a62313f29 100644 --- a/arch/powerpc/boot/dts/mpc8572ds.dts +++ b/arch/powerpc/boot/dts/mpc8572ds.dts | |||
@@ -185,6 +185,19 @@ | |||
185 | reg = <0 0xffe00000 0 0x1000>; // CCSRBAR & soc regs, remove once parse code for immrbase fixed | 185 | reg = <0 0xffe00000 0 0x1000>; // CCSRBAR & soc regs, remove once parse code for immrbase fixed |
186 | bus-frequency = <0>; // Filled out by uboot. | 186 | bus-frequency = <0>; // Filled out by uboot. |
187 | 187 | ||
188 | ecm-law@0 { | ||
189 | compatible = "fsl,ecm-law"; | ||
190 | reg = <0x0 0x1000>; | ||
191 | fsl,num-laws = <12>; | ||
192 | }; | ||
193 | |||
194 | ecm@1000 { | ||
195 | compatible = "fsl,mpc8572-ecm", "fsl,ecm"; | ||
196 | reg = <0x1000 0x1000>; | ||
197 | interrupts = <17 2>; | ||
198 | interrupt-parent = <&mpic>; | ||
199 | }; | ||
200 | |||
188 | memory-controller@2000 { | 201 | memory-controller@2000 { |
189 | compatible = "fsl,mpc8572-memory-controller"; | 202 | compatible = "fsl,mpc8572-memory-controller"; |
190 | reg = <0x2000 0x1000>; | 203 | reg = <0x2000 0x1000>; |