From 30ed81d66ae36a0b1742975f01507e0c08439684 Mon Sep 17 00:00:00 2001 From: Julien Panis Date: Wed, 24 Jul 2024 16:50:56 +0200 Subject: [PATCH] boards: ti: lp_em_cc2340r5: Add crypto support Enable AES module. Signed-off-by: Stoyan Bogdanov Signed-off-by: Julien Panis --- boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts b/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts index 64d3e150207..0b138441ddb 100644 --- a/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts +++ b/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts @@ -73,3 +73,7 @@ pinctrl-0 = <&uart0_rx_default &uart0_tx_default>; pinctrl-names = "default"; }; + +&aes { + status = "okay"; +};