]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: uniphier: Add XDMAC node
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Fri, 3 Apr 2020 01:43:04 +0000 (10:43 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 4 May 2020 00:18:08 +0000 (09:18 +0900)
Add external DMA controller support implemented in UniPhier SoCs.
This supports for LD11, LD20 and PXs3.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi

index 2ca2d3dc8d6ce081ac2f0e9a238cb70060561bd0..60ff9b4f912654722780a3a754bb5b8a9eb4f1d0 100644 (file)
                        };
                };
 
+               xdmac: dma-controller@5fc10000 {
+                       compatible = "socionext,uniphier-xdmac";
+                       reg = <0x5fc10000 0x5300>;
+                       interrupts = <0 188 4>;
+                       dma-channels = <16>;
+                       #dma-cells = <2>;
+               };
+
                aidet: interrupt-controller@5fc20000 {
                        compatible = "socionext,uniphier-ld11-aidet";
                        reg = <0x5fc20000 0x200>;
index a93148c2088fffb0e75558d50b877d9d376a75f1..afa90b762ea99b657a407c2e715669a29a0c5937 100644 (file)
                        };
                };
 
+               xdmac: dma-controller@5fc10000 {
+                       compatible = "socionext,uniphier-xdmac";
+                       reg = <0x5fc10000 0x5300>;
+                       interrupts = <0 188 4>;
+                       dma-channels = <16>;
+                       #dma-cells = <2>;
+               };
+
                aidet: interrupt-controller@5fc20000 {
                        compatible = "socionext,uniphier-ld20-aidet";
                        reg = <0x5fc20000 0x200>;
index 616835b38106a9c4376bc1a747312d7e78221c72..ba18a9661ca2f81c6f23277df8b7ca3c5064fbff 100644 (file)
                        };
                };
 
+               xdmac: dma-controller@5fc10000 {
+                       compatible = "socionext,uniphier-xdmac";
+                       reg = <0x5fc10000 0x5300>;
+                       interrupts = <0 188 4>;
+                       dma-channels = <16>;
+                       #dma-cells = <2>;
+               };
+
                aidet: interrupt-controller@5fc20000 {
                        compatible = "socionext,uniphier-pxs3-aidet";
                        reg = <0x5fc20000 0x200>;