From: Yannick Fertre Date: Thu, 6 Apr 2017 12:19:00 +0000 (+0200) Subject: ARM: dts: stm32: Add watchdog support for STM32F429 SoC X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e89960c5ae51eac6a663be20dcfc2a58de1416f5;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: stm32: Add watchdog support for STM32F429 SoC Add watchdog into DT for stm32f429 family. Signed-off-by: Yannick FERTRE Signed-off-by: Alexandre TORGUE --- diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi index a7b4b94dd66c..936db6b60f9d 100644 --- a/arch/arm/boot/dts/stm32f429.dtsi +++ b/arch/arm/boot/dts/stm32f429.dtsi @@ -65,7 +65,7 @@ clock-frequency = <32768>; }; - clk-lsi { + clk_lsi: clk-lsi { #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <32000>; @@ -307,6 +307,13 @@ status = "disabled"; }; + iwdg: watchdog@40003000 { + compatible = "st,stm32-iwdg"; + reg = <0x40003000 0x400>; + clocks = <&clk_lsi>; + status = "disabled"; + }; + usart2: serial@40004400 { compatible = "st,stm32-usart", "st,stm32-uart"; reg = <0x40004400 0x400>;