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

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
......@@ -862,6 +862,13 @@ pins {
};
};
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>;
......
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