aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/asp834x-redboot.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/asp834x-redboot.dts')
-rw-r--r--arch/powerpc/boot/dts/asp834x-redboot.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/asp834x-redboot.dts b/arch/powerpc/boot/dts/asp834x-redboot.dts
index 8b1bb0e41905..6235fca445de 100644
--- a/arch/powerpc/boot/dts/asp834x-redboot.dts
+++ b/arch/powerpc/boot/dts/asp834x-redboot.dts
@@ -130,24 +130,28 @@
130 dma-channel@0 { 130 dma-channel@0 {
131 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel"; 131 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
132 reg = <0 0x80>; 132 reg = <0 0x80>;
133 cell-index = <0>;
133 interrupt-parent = <&ipic>; 134 interrupt-parent = <&ipic>;
134 interrupts = <71 8>; 135 interrupts = <71 8>;
135 }; 136 };
136 dma-channel@80 { 137 dma-channel@80 {
137 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel"; 138 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
138 reg = <0x80 0x80>; 139 reg = <0x80 0x80>;
140 cell-index = <1>;
139 interrupt-parent = <&ipic>; 141 interrupt-parent = <&ipic>;
140 interrupts = <71 8>; 142 interrupts = <71 8>;
141 }; 143 };
142 dma-channel@100 { 144 dma-channel@100 {
143 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel"; 145 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
144 reg = <0x100 0x80>; 146 reg = <0x100 0x80>;
147 cell-index = <2>;
145 interrupt-parent = <&ipic>; 148 interrupt-parent = <&ipic>;
146 interrupts = <71 8>; 149 interrupts = <71 8>;
147 }; 150 };
148 dma-channel@180 { 151 dma-channel@180 {
149 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel"; 152 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
150 reg = <0x180 0x28>; 153 reg = <0x180 0x28>;
154 cell-index = <3>;
151 interrupt-parent = <&ipic>; 155 interrupt-parent = <&ipic>;
152 interrupts = <71 8>; 156 interrupts = <71 8>;
153 }; 157 };