arm64: dts: actions: s900: Add DMA Controller
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Fri, 21 Sep 2018 19:03:59 +0000 (12:03 -0700)
committerAndreas Färber <afaerber@suse.de>
Sun, 30 Sep 2018 16:53:29 +0000 (18:53 +0200)
Add DMA controller node for Actions Semi S900 SoC.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
arch/arm64/boot/dts/actions/s900.dtsi

index d2f6d37f9177c3d5e2ca6b4b651be25126497553..491ddccc9038b45a230c5d33afc29d370f8344e1 100644 (file)
                        interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "timer1";
                };
+
+               dma: dma-controller@e0260000 {
+                       compatible = "actions,s900-dma";
+                       reg = <0x0 0xe0260000 0x0 0x1000>;
+                       interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
+                       #dma-cells = <1>;
+                       dma-channels = <12>;
+                       dma-requests = <46>;
+                       clocks = <&cmu CLK_DMAC>;
+               };
        };
 };