summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32mp157c-ed1.dts
diff options
context:
space:
mode:
authorLudovic Barre <ludovic.barre@st.com>2018-06-25 17:43:00 +0200
committerAlexandre Torgue <alexandre.torgue@st.com>2018-07-13 13:57:05 +0200
commitdd2eda3d97d99781f1889b3e08fd18c6f8ff23c7 (patch)
tree2408a6f1115e633331de001ab87f46428f5cfbad /arch/arm/boot/dts/stm32mp157c-ed1.dts
parent5f0f3bac59207562b08124ad28339c6485c9178c (diff)
ARM: dts: stm32: add iwdg2 support for stm32mp157c-ed1
This patch activates independent watchdog support for stm32mp157c board. Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157c-ed1.dts')
-rw-r--r--arch/arm/boot/dts/stm32mp157c-ed1.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ed1.dts b/arch/arm/boot/dts/stm32mp157c-ed1.dts
index de8b8a106a36..f77bea49c079 100644
--- a/arch/arm/boot/dts/stm32mp157c-ed1.dts
+++ b/arch/arm/boot/dts/stm32mp157c-ed1.dts
@@ -57,6 +57,11 @@
status = "okay";
};
+&iwdg2 {
+ timeout-sec = <32>;
+ status = "okay";
+};
+
&rng1 {
status = "okay";
};