Skip to content

Commit 2d98ac0

Browse files
jpanisbldkalowsk
authored andcommitted
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>
1 parent e0f02d9 commit 2d98ac0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dts/arm/ti/cc23x0.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
compatible = "ti,cc23x0-aes";
8787
reg = <0x400c0000 0x120>;
8888
interrupts = <9 0>;
89+
dmas = <&dma 4 3>, <&dma 5 4>;
90+
dma-names = "cha", "chb";
8991
status = "disabled";
9092
};
9193

0 commit comments

Comments
 (0)