From bf2c489a9697fc948de295170789e39286940faf Mon Sep 17 00:00:00 2001 From: Wojciech Slenska Date: Mon, 23 Jan 2023 10:14:46 +0100 Subject: [PATCH] boards: arm: b_u585i_iot02a: Enable aes Activate the AES node in the b_u585i_iot02a board. Signed-off-by: Wojciech Slenska --- boards/arm/b_u585i_iot02a/b_u585i_iot02a-common.dtsi | 4 ++++ boards/arm/b_u585i_iot02a/doc/index.rst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/boards/arm/b_u585i_iot02a/b_u585i_iot02a-common.dtsi b/boards/arm/b_u585i_iot02a/b_u585i_iot02a-common.dtsi index edaba7003aa..7cb9c1b717c 100644 --- a/boards/arm/b_u585i_iot02a/b_u585i_iot02a-common.dtsi +++ b/boards/arm/b_u585i_iot02a/b_u585i_iot02a-common.dtsi @@ -191,6 +191,10 @@ }; }; +&aes { + status = "okay"; +}; + &rng { status = "okay"; }; diff --git a/boards/arm/b_u585i_iot02a/doc/index.rst b/boards/arm/b_u585i_iot02a/doc/index.rst index 0702c6cce61..9d4c1782536 100644 --- a/boards/arm/b_u585i_iot02a/doc/index.rst +++ b/boards/arm/b_u585i_iot02a/doc/index.rst @@ -191,6 +191,8 @@ The Zephyr b_u585i_iot02a board configuration supports the following hardware fe | PWM | on-chip | pwm | | die-temp | on-chip | die temperature sensor | +-----------+------------+-------------------------------------+ +| AES | on-chip | crypto | ++-----------+------------+-------------------------------------+ The default configuration can be found in the defconfig file: