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:
parent
fa199b6f6c
commit
a92339b8cd
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue