projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc9962c
)
ARM: dts: stm32: Add CRC support on stm32mp157c
author
Lionel Debieve
<lionel.debieve@st.com>
Mon, 23 Apr 2018 15:19:00 +0000
(17:19 +0200)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Fri, 4 May 2018 07:45:42 +0000
(09:45 +0200)
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>
arch/arm/boot/dts/stm32mp157c.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32mp157c.dtsi
b/arch/arm/boot/dts/stm32mp157c.dtsi
index
c264315
..
068632f
100644
(file)
--- a/
arch/arm/boot/dts/stm32mp157c.dtsi
+++ b/
arch/arm/boot/dts/stm32mp157c.dtsi
@@
-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>;