From: Yannick Fertre <yannick.fertre@st.com>
To: Wim Van Sebroeck <wim@iguana.be>,
Guenter Roeck <linux@roeck-us.net>,
Rob Herring <robh+dt@kernel.org>,
Alexandre TORGUE <alexandre.torgue@st.com>,
Benjamin Gaignard <benjamin.gaignard@st.com>,
Yannick Fertre <yannick.fertre@st.com>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org,
Philippe Cornu <philippe.cornu@st.com>,
linux-kernel@vger.kernel.org,
Gabriel FERNANDEZ <gabriel.fernandez@st.com>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC
Date: Thu, 30 Mar 2017 17:15:24 +0200 [thread overview]
Message-ID: <1490886926-20585-4-git-send-email-yannick.fertre@st.com> (raw)
In-Reply-To: <1490886926-20585-1-git-send-email-yannick.fertre@st.com>
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
next prev parent reply other threads:[~2017-03-30 15:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-30 15:15 [PATCH v4 0/5] STM32 Independent watchdog Yannick Fertre
2017-03-30 15:15 ` [PATCH v4 1/5] dt-bindings: watchdog: Document STM32 IWDG bindings Yannick Fertre
[not found] ` <1490886926-20585-2-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-04-03 16:10 ` Rob Herring
2017-03-30 15:15 ` [PATCH v4 2/5] drivers: watchdog: Add STM32 IWDG driver Yannick Fertre
[not found] ` <1490886926-20585-3-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-04-02 11:48 ` Guenter Roeck
[not found] ` <91cacc1b-3ae7-c955-29c6-583298ee8f1a-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2017-04-06 12:24 ` Yannick FERTRE
2017-03-30 15:15 ` Yannick Fertre [this message]
2017-03-30 15:15 ` [PATCH v4 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board Yannick Fertre
2017-03-30 15:15 ` [PATCH v4 5/5] ARM: configs: stm32: Add watchdog support in STM32 defconfig Yannick Fertre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1490886926-20585-4-git-send-email-yannick.fertre@st.com \
--to=yannick.fertre@st.com \
--cc=alexandre.torgue@st.com \
--cc=benjamin.gaignard@st.com \
--cc=devicetree@vger.kernel.org \
--cc=gabriel.fernandez@st.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mcoquelin.stm32@gmail.com \
--cc=philippe.cornu@st.com \
--cc=robh+dt@kernel.org \
--cc=wim@iguana.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).