dts: arm: ti: cc23x0: Add DMA mode support to UART module

Add support to use DMA mode with cc23x0 UART module. This consists in
specifying the DMA channels and peripherals.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
This commit is contained in:
Julien Panis 2024-09-24 18:00:25 +02:00 committed by Benjamin Cabé
commit a92339b8cd

View file

@ -77,6 +77,8 @@
reg = <0x40034000 0x52>;
interrupts = <11 0>;
clocks = <&sysclk>;
dmas = <&dma 2 6>, <&dma 3 7>;
dma-names = "tx", "rx";
status = "disabled";
};