AM6442: AM64x UART DMA activation on Linux device tree

Part Number: AM6442
Other Parts Discussed in Thread: TMDS64EVM,

Hello,

Today, TMDS64EVM Linux UART doesn't use DMA on the device tree. According to your Linux SDK, the driver itself is capable of DMA, but the property "dma-names" is not defined in am64x device tree.

I have the following idea on how to activate DMA on device tree : 

+               dmas = <&main_pktdma 0xc407 15>, <&main_pktdma 0x4407 15>;
+               dma-names = "tx", "rx";

 
Could you confirm that this is all that is needed to activate UART DMA on the device tree ?

Thanks