Skip to content

Commit ca1fa3d

Browse files
committed
dts: arm: ti: cc23x0: Add crypto support
Add support for AES module to cc23x0 SoC. Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
1 parent 4efd619 commit ca1fa3d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/ti/cc23x0.dtsi

+7
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@
7979
clocks = <&sysclk>;
8080
status = "disabled";
8181
};
82+
83+
aes: aes@400c0000 {
84+
compatible = "ti,cc23x0-aes";
85+
reg = <0x400c0000 0x120>;
86+
interrupts = <9 0>;
87+
status = "disabled";
88+
};
8289
};
8390
};
8491

0 commit comments

Comments
 (0)