ARM: dts: stm32: Add watchdog support for STM32F429 eval board

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>
This commit is contained in:
Yannick Fertre 2017-06-07 15:39:40 +02:00 committed by Alexandre TORGUE
parent e89960c5ae
commit 7bffbd2d42

View file

@ -157,6 +157,11 @@
status = "okay";
};
&iwdg {
status = "okay";
timeout-sec = <32>;
};
&ltdc {
status = "okay";
pinctrl-0 = <&ltdc_pins>;