Commit 8b2820ab authored by Lionel Debieve's avatar Lionel Debieve Committed by Alexandre Torgue

ARM: dts: stm32: Add CRC support on stm32mp157c

This patch add CRC instance of the stm32mp157c SoC
Signed-off-by: default avatarLionel Debieve <lionel.debieve@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent fc9962c9
......@@ -659,6 +659,13 @@ mdma1: dma@58000000 {
dma-requests = <48>;
};
crc1: crc@58009000 {
compatible = "st,stm32f7-crc";
reg = <0x58009000 0x400>;
clocks = <&rcc CRC1>;
status = "disabled";
};
usart1: serial@5c000000 {
compatible = "st,stm32h7-uart";
reg = <0x5c000000 0x400>;
......
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