ARM: dts: stm32: Add watchdog support for STM32F429 eval board
authorYannick Fertre <yannick.fertre@st.com>
Wed, 7 Jun 2017 13:39:40 +0000 (15:39 +0200)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Wed, 7 Jun 2017 13:40:05 +0000 (15:40 +0200)
This patch adds watchdog support for STM32x9I-Eval board.

Signed-off-by: Yannick Fertre <yannick.fertre@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32429i-eval.dts

index a6a300b..2e78e4e 100644 (file)
        status = "okay";
 };
 
+&iwdg {
+       status = "okay";
+       timeout-sec = <32>;
+};
+
 &ltdc {
        status = "okay";
        pinctrl-0 = <&ltdc_pins>;