ARM: dts: aspeed: ast2500: Add XDMA Engine
authorEddie James <eajames@linux.ibm.com>
Wed, 15 Jan 2020 21:29:47 +0000 (15:29 -0600)
committerJoel Stanley <joel@jms.id.au>
Tue, 5 May 2020 07:07:17 +0000 (16:37 +0930)
Add a node for the XDMA engine with all the necessary information.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-g5.dtsi

index f8074f7..284face 100644 (file)
                                interrupts = <0x19>;
                        };
 
+                       xdma: xdma@1e6e7000 {
+                               compatible = "aspeed,ast2500-xdma";
+                               reg = <0x1e6e7000 0x100>;
+                               clocks = <&syscon ASPEED_CLK_GATE_BCLK>;
+                               resets = <&syscon ASPEED_RESET_XDMA>;
+                               interrupts-extended = <&vic 6>, <&scu_ic 2>;
+                               pcie-device = "bmc";
+                               aspeed,scu = <&syscon>;
+                               status = "disabled";
+                       };
+
                        adc: adc@1e6e9000 {
                                compatible = "aspeed,ast2500-adc";
                                reg = <0x1e6e9000 0xb0>;