]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: sun4i: dt: Add node to represent the DMA controller
authorEmilio López <emilio@elopez.com.ar>
Mon, 4 Aug 2014 20:09:57 +0000 (17:09 -0300)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 17 Aug 2014 07:57:09 +0000 (09:57 +0200)
Let's add a node to represent the A10 DMA controller on the device tree.

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun4i-a10.dtsi

index 459cb63777641ed594b3ca85c8d738dae969a2ce..ce2fbb3c5a720dac3ac325e3d2dccd88dced26f7 100644 (file)
                #size-cells = <1>;
                ranges;
 
+               dma: dma-controller@01c02000 {
+                       compatible = "allwinner,sun4i-a10-dma";
+                       reg = <0x01c02000 0x1000>;
+                       interrupts = <27>;
+                       clocks = <&ahb_gates 6>;
+                       #dma-cells = <2>;
+               };
+
                spi0: spi@01c05000 {
                        compatible = "allwinner,sun4i-a10-spi";
                        reg = <0x01c05000 0x1000>;