Commit 58518a05 authored by Cosar Dindar's avatar Cosar Dindar Committed by Alexandre TORGUE

ARM: dts: stm32: enable CRC32 on stm32429-disco board

Enable the CRC32 crypto on stm32429-disco board.
Signed-off-by: default avatarCosar Dindar <cosardindar@gmail.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent a68883f1
......@@ -102,6 +102,10 @@ &clk_hse {
clock-frequency = <8000000>;
};
&crc {
status = "okay";
};
&rtc {
assigned-clocks = <&rcc 1 CLK_RTC>;
assigned-clock-parents = <&rcc 1 CLK_LSI>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment