提交 a68883f1 编写于 作者: C Cosar Dindar 提交者: Alexandre TORGUE

ARM: dts: stm32: Add CRC support to stm32f429

Add CRC32 Crypto support to stm32f429.
Signed-off-by: NCosar Dindar <cosardindar@gmail.com>
Signed-off-by: NAlexandre TORGUE <alexandre.torgue@st.com>
上级 13dd3857
......@@ -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>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册