diff options
Diffstat (limited to 'arch/powerpc/boot/dts/sbc8349.dts')
-rw-r--r-- | arch/powerpc/boot/dts/sbc8349.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/sbc8349.dts b/arch/powerpc/boot/dts/sbc8349.dts index 45f789b56709..c7f411f7a9a2 100644 --- a/arch/powerpc/boot/dts/sbc8349.dts +++ b/arch/powerpc/boot/dts/sbc8349.dts | |||
@@ -107,24 +107,28 @@ | |||
107 | dma-channel@0 { | 107 | dma-channel@0 { |
108 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 108 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
109 | reg = <0 0x80>; | 109 | reg = <0 0x80>; |
110 | cell-index = <0>; | ||
110 | interrupt-parent = <&ipic>; | 111 | interrupt-parent = <&ipic>; |
111 | interrupts = <71 8>; | 112 | interrupts = <71 8>; |
112 | }; | 113 | }; |
113 | dma-channel@80 { | 114 | dma-channel@80 { |
114 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 115 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
115 | reg = <0x80 0x80>; | 116 | reg = <0x80 0x80>; |
117 | cell-index = <1>; | ||
116 | interrupt-parent = <&ipic>; | 118 | interrupt-parent = <&ipic>; |
117 | interrupts = <71 8>; | 119 | interrupts = <71 8>; |
118 | }; | 120 | }; |
119 | dma-channel@100 { | 121 | dma-channel@100 { |
120 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 122 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
121 | reg = <0x100 0x80>; | 123 | reg = <0x100 0x80>; |
124 | cell-index = <2>; | ||
122 | interrupt-parent = <&ipic>; | 125 | interrupt-parent = <&ipic>; |
123 | interrupts = <71 8>; | 126 | interrupts = <71 8>; |
124 | }; | 127 | }; |
125 | dma-channel@180 { | 128 | dma-channel@180 { |
126 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 129 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
127 | reg = <0x180 0x28>; | 130 | reg = <0x180 0x28>; |
131 | cell-index = <3>; | ||
128 | interrupt-parent = <&ipic>; | 132 | interrupt-parent = <&ipic>; |
129 | interrupts = <71 8>; | 133 | interrupts = <71 8>; |
130 | }; | 134 | }; |