Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1613156 > unrolled thread
| Started by | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| First post | 2017-03-30 17:20 +0200 |
| Last post | 2017-03-30 17:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v4 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC Yannick Fertre <yannick.fertre@st.com> - 2017-03-30 17:20 +0200
| From | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| Date | 2017-03-30 17:20 +0200 |
| Subject | [PATCH v4 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC |
| Message-ID | <tqK1I-8eB-15@gated-at.bofh.it> |
Add watchdog into DT for stm32f429 family.
Signed-off-by: Yannick FERTRE <yannick.fertre@st.com>
---
arch/arm/boot/dts/stm32f429.dtsi | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index 89327d6..d84dd44 100644
--- a/arch/arm/boot/dts/stm32f429.dtsi
+++ b/arch/arm/boot/dts/stm32f429.dtsi
@@ -64,7 +64,7 @@
clock-frequency = <32768>;
};
- clk-lsi {
+ clk_lsi: clk-lsi {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <32000>;
@@ -306,6 +306,13 @@
status = "disabled";
};
+ iwdg: watchdog@40003000 {
+ compatible = "st,stm32-iwdg";
+ reg = <0x40003000 0x400>;
+ clocks = <&clk_lsi>;
+ status = "disabled";
+ };
+
usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>;
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web