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

Add support to use DMA mode with cc23x0 ADC module. This consists in
specifying the DMA channel and peripheral.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
This commit is contained in:
Julien Panis 2024-09-17 11:44:17 +02:00 committed by Benjamin Cabé
commit b3a32a95d1

View file

@ -158,6 +158,8 @@
reg = <0x40050000 0xe30>;
interrupts = <15 0>;
#io-channel-cells = <1>;
dmas = <&dma 3 5>;
dma-names = "dma";
status = "disabled";
};
};