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 <ld.adecy@gmail.com>
This commit is contained in:
Lucas Dietrich 2024-09-25 20:43:56 +02:00 committed by Carles Cufí
parent 1d9af414d6
commit d056455fce

View file

@ -141,3 +141,7 @@
&wwdg {
status = "okay";
};
&aes {
status = "okay";
};