diff options
Diffstat (limited to 'arch/powerpc/boot/dts/sbc8548.dts')
-rw-r--r-- | arch/powerpc/boot/dts/sbc8548.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/sbc8548.dts b/arch/powerpc/boot/dts/sbc8548.dts index 196fcc140541..66c9165eeb7a 100644 --- a/arch/powerpc/boot/dts/sbc8548.dts +++ b/arch/powerpc/boot/dts/sbc8548.dts | |||
@@ -155,6 +155,19 @@ | |||
155 | bus-frequency = <0>; | 155 | bus-frequency = <0>; |
156 | compatible = "simple-bus"; | 156 | compatible = "simple-bus"; |
157 | 157 | ||
158 | ecm-law@0 { | ||
159 | compatible = "fsl,ecm-law"; | ||
160 | reg = <0x0 0x1000>; | ||
161 | fsl,num-laws = <10>; | ||
162 | }; | ||
163 | |||
164 | ecm@1000 { | ||
165 | compatible = "fsl,mpc8548-ecm", "fsl,ecm"; | ||
166 | reg = <0x1000 0x1000>; | ||
167 | interrupts = <17 2>; | ||
168 | interrupt-parent = <&mpic>; | ||
169 | }; | ||
170 | |||
158 | memory-controller@2000 { | 171 | memory-controller@2000 { |
159 | compatible = "fsl,mpc8548-memory-controller"; | 172 | compatible = "fsl,mpc8548-memory-controller"; |
160 | reg = <0x2000 0x1000>; | 173 | reg = <0x2000 0x1000>; |