Skip to content

Commit d056455

Browse files
lucasdietrichcarlescufi
authored andcommitted
dts: Enable AES node in nucleo_l4a6zg.dts
Activate AES node in nucleo_l4a6zg.dts to enable testing of the st,stm32l4-aes driver in CI. Signed-off-by: Lucas Dietrich <[email protected]>
1 parent 1d9af41 commit d056455

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/st/nucleo_l4a6zg/nucleo_l4a6zg.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,7 @@
141141
&wwdg {
142142
status = "okay";
143143
};
144+
145+
&aes {
146+
status = "okay";
147+
};

0 commit comments

Comments
 (0)