Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a68883f1 authored by Cosar Dindar's avatar Cosar Dindar Committed by Alexandre TORGUE
Browse files

ARM: dts: stm32: Add CRC support to stm32f429



Add CRC32 Crypto support to stm32f429.

Signed-off-by: default avatarCosar Dindar <cosardindar@gmail.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent 13dd3857
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -862,6 +862,13 @@
			};
		};

		crc: crc@40023000 {
			compatible = "st,stm32f4-crc";
			reg = <0x40023000 0x400>;
			clocks = <&rcc 0 STM32F4_AHB1_CLOCK(CRC)>;
			status = "disabled";
		};

		rcc: rcc@40023810 {
			#reset-cells = <1>;
			#clock-cells = <2>;