Skip to content

Commit 7b5c508

Browse files
wojciechslenskacarlescufi
authored andcommitted
boards: arm: stm32h573i_dk: Enable aes
Activate the AES node in the stm32h573i_dk board. Signed-off-by: Wojciech Slenska <[email protected]>
1 parent 80217de commit 7b5c508

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/arm/stm32h573i_dk/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ hardware features:
189189
+-----------+------------+-------------------------------------+
190190
| CAN | on-chip | can bus |
191191
+-----------+------------+-------------------------------------+
192+
| AES | on-chip | crypto |
193+
+-----------+------------+-------------------------------------+
192194

193195
Other hardware features are not yet supported on this Zephyr port.
194196

boards/arm/stm32h573i_dk/stm32h573i_dk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@
121121
};
122122
};
123123

124+
&aes {
125+
status = "okay";
126+
};
127+
124128
&rng {
125129
status = "okay";
126130
};

0 commit comments

Comments
 (0)