aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8315erdb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8315erdb.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8315erdb.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts
index f704513fb930..7449e54c1a90 100644
--- a/arch/powerpc/boot/dts/mpc8315erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8315erdb.dts
@@ -144,24 +144,28 @@
144 dma-channel@0 { 144 dma-channel@0 {
145 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; 145 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel";
146 reg = <0 0x80>; 146 reg = <0 0x80>;
147 cell-index = <0>;
147 interrupt-parent = <&ipic>; 148 interrupt-parent = <&ipic>;
148 interrupts = <71 8>; 149 interrupts = <71 8>;
149 }; 150 };
150 dma-channel@80 { 151 dma-channel@80 {
151 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; 152 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel";
152 reg = <0x80 0x80>; 153 reg = <0x80 0x80>;
154 cell-index = <1>;
153 interrupt-parent = <&ipic>; 155 interrupt-parent = <&ipic>;
154 interrupts = <71 8>; 156 interrupts = <71 8>;
155 }; 157 };
156 dma-channel@100 { 158 dma-channel@100 {
157 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; 159 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel";
158 reg = <0x100 0x80>; 160 reg = <0x100 0x80>;
161 cell-index = <2>;
159 interrupt-parent = <&ipic>; 162 interrupt-parent = <&ipic>;
160 interrupts = <71 8>; 163 interrupts = <71 8>;
161 }; 164 };
162 dma-channel@180 { 165 dma-channel@180 {
163 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; 166 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel";
164 reg = <0x180 0x28>; 167 reg = <0x180 0x28>;
168 cell-index = <3>;
165 interrupt-parent = <&ipic>; 169 interrupt-parent = <&ipic>;
166 interrupts = <71 8>; 170 interrupts = <71 8>;
167 }; 171 };
@@ -314,7 +318,8 @@
314 #interrupt-cells = <1>; 318 #interrupt-cells = <1>;
315 #size-cells = <2>; 319 #size-cells = <2>;
316 #address-cells = <3>; 320 #address-cells = <3>;
317 reg = <0xe0008500 0x100>; 321 reg = <0xe0008500 0x100 /* internal registers */
322 0xe0008300 0x8>; /* config space access registers */
318 compatible = "fsl,mpc8349-pci"; 323 compatible = "fsl,mpc8349-pci";
319 device_type = "pci"; 324 device_type = "pci";
320 }; 325 };