ARM: dts: stm32: Add CRC support on stm32mp157c

This patch add CRC instance of the stm32mp157c SoC

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Lionel Debieve 2018-04-23 17:19:00 +02:00 committed by Alexandre Torgue
parent fc9962c98a
commit 8b2820abec

View File

@ -659,6 +659,13 @@
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>;