Commit 910f65c5 authored by Eddie James's avatar Eddie James Committed by Joel Stanley
Browse files

ARM: dts: aspeed: ast2500: Add XDMA Engine



Add a node for the XDMA engine with all the necessary information.

Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Reviewed-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 266056d3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -262,6 +262,17 @@ gfx: display@1e6e6000 {
				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>;