boards: arm: b_u585i_iot02a: Enable aes
Activate the AES node in the b_u585i_iot02a board. Signed-off-by: Wojciech Slenska <wsl@trackunit.com>
This commit is contained in:
parent
37f15d2b96
commit
bf2c489a96
2 changed files with 6 additions and 0 deletions
|
@ -191,6 +191,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&aes {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rng {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue