diff options
author | Zhang Wei <wei.zhang@freescale.com> | 2008-05-12 11:28:20 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-05-13 09:53:48 -0400 |
commit | 3f346935f4f7141b0253ab0d8dfefb6e20ad08c3 (patch) | |
tree | e38e95274614055dfca201b45dd49f769aad7a15 | |
parent | f637ef8ea07d529418294a8e65e1be5b8db13454 (diff) |
[POWERPC] 83xx: Enable DMA engine on the MPC8377 MDS board.
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Cc: "Nelson, Shannon" <shannon.nelson@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-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: |