Skip to content

Commit 7d4f0b0

Browse files
Chia-Wei Wangshenki
authored andcommitted
ARM: dts: aspeed-g6: Add UDMA node
Add the device tree node for the UART DMA (UDMA) controller. Signed-off-by: Chia-Wei Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 8d250f3 commit 7d4f0b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm/boot/dts/aspeed-g6.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,15 @@
863863
clocks = <&syscon ASPEED_CLK_GATE_FSICLK>;
864864
status = "disabled";
865865
};
866+
867+
udma: dma-controller@1e79e000 {
868+
compatible = "aspeed,ast2600-udma";
869+
reg = <0x1e79e000 0x1000>;
870+
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
871+
dma-channels = <28>;
872+
#dma-cells = <1>;
873+
status = "disabled";
874+
};
866875
};
867876
};
868877
};

0 commit comments

Comments
 (0)