Commit 7e2edb98 authored by Guillaume Gautier's avatar Guillaume Gautier Committed by Martí Bolívar
Browse files

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



Add AES driver to STM32L462 dtsi.

Signed-off-by: default avatarGuillaume Gautier <guillaume.gautier-ext@st.com>
parent 3ff66ab2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -5,3 +5,16 @@
 */

#include <st/l4/stm32l452.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";
		};
	};
};