ARM: dts: stm32: Add CRC support to stm32f429
Add CRC32 Crypto support to stm32f429. Signed-off-by: Cosar Dindar <cosardindar@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
This commit is contained in:
committed by
Alexandre TORGUE
parent
13dd385740
commit
a68883f1e2
@@ -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 {
|
rcc: rcc@40023810 {
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
|
|||||||
Reference in New Issue
Block a user