From: Nicolas Ferre Date: Thu, 15 May 2014 15:08:32 +0000 (+0200) Subject: ARM: at91/dt: add DMA controller node to at91sam9rl X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4cd9292926901c0e80207a53cb37ea634b2bb09f;p=deliverable%2Flinux.git ARM: at91/dt: add DMA controller node to at91sam9rl Signed-off-by: Nicolas Ferre Acked-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/at91sam9rl.dtsi b/arch/arm/boot/dts/at91sam9rl.dtsi index 8d6751a00074..2327462f2278 100644 --- a/arch/arm/boot/dts/at91sam9rl.dtsi +++ b/arch/arm/boot/dts/at91sam9rl.dtsi @@ -348,6 +348,15 @@ }; }; + dma0: dma-controller@ffffe600 { + compatible = "atmel,at91sam9rl-dma"; + reg = <0xffffe600 0x200>; + interrupts = <21 IRQ_TYPE_LEVEL_HIGH 0>; + #dma-cells = <2>; + clocks = <&dma0_clk>; + clock-names = "dma_clk"; + }; + ramc0: ramc@ffffea00 { compatible = "atmel,at91sam9260-sdramc"; reg = <0xffffea00 0x200>;