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