Commit dd2eda3d authored by Ludovic Barre's avatar Ludovic Barre Committed by Alexandre Torgue

ARM: dts: stm32: add iwdg2 support for stm32mp157c-ed1

This patch activates independent watchdog support for
stm32mp157c board.
Signed-off-by: default avatarLudovic Barre <ludovic.barre@st.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 5f0f3bac
...@@ -57,6 +57,11 @@ &i2c4 { ...@@ -57,6 +57,11 @@ &i2c4 {
status = "okay"; status = "okay";
}; };
&iwdg2 {
timeout-sec = <32>;
status = "okay";
};
&rng1 { &rng1 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment