diff options
Diffstat (limited to 'arch/powerpc/boot/dts/ep88xc.dts')
-rw-r--r-- | arch/powerpc/boot/dts/ep88xc.dts | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/ep88xc.dts b/arch/powerpc/boot/dts/ep88xc.dts index 0406fc50b2af..02705f299790 100644 --- a/arch/powerpc/boot/dts/ep88xc.dts +++ b/arch/powerpc/boot/dts/ep88xc.dts | |||
@@ -142,9 +142,20 @@ | |||
142 | command-proc = <9c0>; | 142 | command-proc = <9c0>; |
143 | interrupts = <0>; // cpm error interrupt | 143 | interrupts = <0>; // cpm error interrupt |
144 | interrupt-parent = <&CPM_PIC>; | 144 | interrupt-parent = <&CPM_PIC>; |
145 | reg = <9c0 40 2000 1c00>; | 145 | reg = <9c0 40>; |
146 | ranges; | 146 | ranges; |
147 | 147 | ||
148 | muram@2000 { | ||
149 | #address-cells = <1>; | ||
150 | #size-cells = <1>; | ||
151 | ranges = <0 2000 2000>; | ||
152 | |||
153 | data@0 { | ||
154 | compatible = "fsl,cpm-muram-data"; | ||
155 | reg = <0 1c00>; | ||
156 | }; | ||
157 | }; | ||
158 | |||
148 | brg@9f0 { | 159 | brg@9f0 { |
149 | compatible = "fsl,mpc885-brg", | 160 | compatible = "fsl,mpc885-brg", |
150 | "fsl,cpm1-brg", | 161 | "fsl,cpm1-brg", |