ARM: dts: nxp: imx6ull: add dma support for uart8

Add dma support on uart8.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Sean Nyekjaer
2024-09-18 14:07:43 +02:00
committed by Shawn Guo
parent 4d7adb7f9d
commit 1a786aec16

View File

@@ -88,6 +88,8 @@ uart8: serial@2288000 {
clocks = <&clks IMX6UL_CLK_UART8_IPG>,
<&clks IMX6UL_CLK_UART8_SERIAL>;
clock-names = "ipg", "per";
dmas = <&sdma 45 4 0>, <&sdma 46 4 0>;
dma-names = "rx", "tx";
status = "disabled";
};
};