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>
This commit is contained in:
Ludovic Barre 2018-06-25 17:43:00 +02:00 committed by Alexandre Torgue
parent 5f0f3bac59
commit dd2eda3d97

View file

@ -57,6 +57,11 @@
status = "okay"; status = "okay";
}; };
&iwdg2 {
timeout-sec = <32>;
status = "okay";
};
&rng1 { &rng1 {
status = "okay"; status = "okay";
}; };