Skip to content

Commit

Permalink
boards: arm: nucleo_wb55rg: enable aes1
Browse files Browse the repository at this point in the history
Enable AES1 peripheral by default to add support for drivers/crypto sample.

Signed-off-by: Lukasz Hawrylko <[email protected]>
  • Loading branch information
hlukasz committed Oct 11, 2023
1 parent 11f7e53 commit 81f6816
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/arm/nucleo_wb55rg/nucleo_wb55rg.dts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ zephyr_udc0: &usb {
status = "okay";
};

&aes1 {
status = "okay";
};

&flash0 {
partitions {
compatible = "fixed-partitions";
Expand Down

0 comments on commit 81f6816

Please sign in to comment.