diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc834x_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc834x_mds.dts | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts b/arch/powerpc/boot/dts/mpc834x_mds.dts index 783241c00240..04bfde3ea605 100644 --- a/arch/powerpc/boot/dts/mpc834x_mds.dts +++ b/arch/powerpc/boot/dts/mpc834x_mds.dts | |||
@@ -116,24 +116,28 @@ | |||
116 | dma-channel@0 { | 116 | dma-channel@0 { |
117 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 117 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
118 | reg = <0 0x80>; | 118 | reg = <0 0x80>; |
119 | cell-index = <0>; | ||
119 | interrupt-parent = <&ipic>; | 120 | interrupt-parent = <&ipic>; |
120 | interrupts = <71 8>; | 121 | interrupts = <71 8>; |
121 | }; | 122 | }; |
122 | dma-channel@80 { | 123 | dma-channel@80 { |
123 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 124 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
124 | reg = <0x80 0x80>; | 125 | reg = <0x80 0x80>; |
126 | cell-index = <1>; | ||
125 | interrupt-parent = <&ipic>; | 127 | interrupt-parent = <&ipic>; |
126 | interrupts = <71 8>; | 128 | interrupts = <71 8>; |
127 | }; | 129 | }; |
128 | dma-channel@100 { | 130 | dma-channel@100 { |
129 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 131 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
130 | reg = <0x100 0x80>; | 132 | reg = <0x100 0x80>; |
133 | cell-index = <2>; | ||
131 | interrupt-parent = <&ipic>; | 134 | interrupt-parent = <&ipic>; |
132 | interrupts = <71 8>; | 135 | interrupts = <71 8>; |
133 | }; | 136 | }; |
134 | dma-channel@180 { | 137 | dma-channel@180 { |
135 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 138 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
136 | reg = <0x180 0x28>; | 139 | reg = <0x180 0x28>; |
140 | cell-index = <3>; | ||
137 | interrupt-parent = <&ipic>; | 141 | interrupt-parent = <&ipic>; |
138 | interrupts = <71 8>; | 142 | interrupts = <71 8>; |
139 | }; | 143 | }; |
@@ -311,7 +315,8 @@ | |||
311 | #interrupt-cells = <1>; | 315 | #interrupt-cells = <1>; |
312 | #size-cells = <2>; | 316 | #size-cells = <2>; |
313 | #address-cells = <3>; | 317 | #address-cells = <3>; |
314 | reg = <0xe0008500 0x100>; | 318 | reg = <0xe0008500 0x100 /* internal registers */ |
319 | 0xe0008300 0x8>; /* config space access registers */ | ||
315 | compatible = "fsl,mpc8349-pci"; | 320 | compatible = "fsl,mpc8349-pci"; |
316 | device_type = "pci"; | 321 | device_type = "pci"; |
317 | }; | 322 | }; |
@@ -372,7 +377,8 @@ | |||
372 | #interrupt-cells = <1>; | 377 | #interrupt-cells = <1>; |
373 | #size-cells = <2>; | 378 | #size-cells = <2>; |
374 | #address-cells = <3>; | 379 | #address-cells = <3>; |
375 | reg = <0xe0008600 0x100>; | 380 | reg = <0xe0008600 0x100 /* internal registers */ |
381 | 0xe0008380 0x8>; /* config space access registers */ | ||
376 | compatible = "fsl,mpc8349-pci"; | 382 | compatible = "fsl,mpc8349-pci"; |
377 | device_type = "pci"; | 383 | device_type = "pci"; |
378 | }; | 384 | }; |