Skip to content

Commit

Permalink
ARM: dts: stm32: Add CRC support on stm32mp157c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lionel Debieve authored and Alexandre Torgue committed May 4, 2018
1 parent fc9962c commit 8b2820a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/stm32mp157c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 8b2820a

Please sign in to comment.