dts: arm: st: l4: add aes driver to stm32l422 dtsi

Add AES driver to STM32L422 dtsi.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier 2023-02-22 15:14:57 +01:00 committed by Marti Bolivar
parent 36dfafadeb
commit 3ff66ab200

View file

@ -5,3 +5,16 @@
*/
#include <st/l4/stm32l412.dtsi>
/ {
soc {
aes: aes@50060000 {
compatible = "st,stm32-aes";
reg = <0x50060000 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00010000>;
interrupts = <79 0>;
interrupt-names = "aes";
status = "disabled";
};
};
};