aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc836x_mds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc836x_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc836x_mds.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc836x_mds.dts b/arch/powerpc/boot/dts/mpc836x_mds.dts
index ada8446ab3c..49aec71916e 100644
--- a/arch/powerpc/boot/dts/mpc836x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc836x_mds.dts
@@ -148,24 +148,28 @@
148 dma-channel@0 { 148 dma-channel@0 {
149 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 149 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
150 reg = <0 0x80>; 150 reg = <0 0x80>;
151 cell-index = <0>;
151 interrupt-parent = <&ipic>; 152 interrupt-parent = <&ipic>;
152 interrupts = <71 8>; 153 interrupts = <71 8>;
153 }; 154 };
154 dma-channel@80 { 155 dma-channel@80 {
155 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 156 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
156 reg = <0x80 0x80>; 157 reg = <0x80 0x80>;
158 cell-index = <1>;
157 interrupt-parent = <&ipic>; 159 interrupt-parent = <&ipic>;
158 interrupts = <71 8>; 160 interrupts = <71 8>;
159 }; 161 };
160 dma-channel@100 { 162 dma-channel@100 {
161 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 163 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
162 reg = <0x100 0x80>; 164 reg = <0x100 0x80>;
165 cell-index = <2>;
163 interrupt-parent = <&ipic>; 166 interrupt-parent = <&ipic>;
164 interrupts = <71 8>; 167 interrupts = <71 8>;
165 }; 168 };
166 dma-channel@180 { 169 dma-channel@180 {
167 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 170 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
168 reg = <0x180 0x28>; 171 reg = <0x180 0x28>;
172 cell-index = <3>;
169 interrupt-parent = <&ipic>; 173 interrupt-parent = <&ipic>;
170 interrupts = <71 8>; 174 interrupts = <71 8>;
171 }; 175 };