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

Add support to use DMA mode with cc23x0 AES 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-11 15:08:11 +02:00 committed by Dan Kalowsky
commit 2d98ac0f0b

View file

@ -86,6 +86,8 @@
compatible = "ti,cc23x0-aes";
reg = <0x400c0000 0x120>;
interrupts = <9 0>;
dmas = <&dma 4 3>, <&dma 5 4>;
dma-names = "cha", "chb";
status = "disabled";
};