diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8377_mds.dts | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/boot/dts/mpc8377_mds.dts index eac8e1b59496..1e7802cc31ae 100644 --- a/arch/powerpc/boot/dts/mpc8377_mds.dts +++ b/arch/powerpc/boot/dts/mpc8377_mds.dts | |||
@@ -268,6 +268,33 @@ | |||
268 | interrupt-parent = <&ipic>; | 268 | interrupt-parent = <&ipic>; |
269 | }; | 269 | }; |
270 | 270 | ||
271 | dma@82a8 { | ||
272 | #address-cells = <1>; | ||
273 | #size-cells = <1>; | ||
274 | compatible = "fsl,mpc8349-dma"; | ||
275 | reg = <0x82a8 4>; | ||
276 | ranges = <0 0x8100 0x1a8>; | ||
277 | interrupt-parent = <&ipic>; | ||
278 | interrupts = <0x47 8>; | ||
279 | cell-index = <0>; | ||
280 | dma-channel@0 { | ||
281 | compatible = "fsl,mpc8349-dma-channel"; | ||
282 | reg = <0 0x80>; | ||
283 | }; | ||
284 | dma-channel@80 { | ||
285 | compatible = "fsl,mpc8349-dma-channel"; | ||
286 | reg = <0x80 0x80>; | ||
287 | }; | ||
288 | dma-channel@100 { | ||
289 | compatible = "fsl,mpc8349-dma-channel"; | ||
290 | reg = <0x100 0x80>; | ||
291 | }; | ||
292 | dma-channel@180 { | ||
293 | compatible = "fsl,mpc8349-dma-channel"; | ||
294 | reg = <0x180 0x28>; | ||
295 | }; | ||
296 | }; | ||
297 | |||
271 | /* IPIC | 298 | /* IPIC |
272 | * interrupts cell = <intr #, sense> | 299 | * interrupts cell = <intr #, sense> |
273 | * sense values match linux IORESOURCE_IRQ_* defines: | 300 | * sense values match linux IORESOURCE_IRQ_* defines: |