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

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



Add AES driver to STM32L4R5 dtsi.

Signed-off-by: default avatarGuillaume Gautier <guillaume.gautier-ext@st.com>
parent 1b4badf5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -283,6 +283,15 @@
			sample-point = <875>;
		};

		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";
		};

		usbotg_fs: otgfs@50000000 {
			compatible = "st,stm32-otgfs";
			reg = <0x50000000 0x40000>;