diff options
author | Ludovic Barre <ludovic.barre@st.com> | 2018-06-25 17:43:00 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-07-13 13:57:04 +0200 |
commit | 5f0f3bac59207562b08124ad28339c6485c9178c (patch) | |
tree | 5fa1afc00424f714726166ce4bd18ab635201937 /arch/arm/boot/dts | |
parent | ARM: dts: stm32: Reorder nodes in stm32mp157c-ed1 (diff) | |
download | linux-5f0f3bac59207562b08124ad28339c6485c9178c.tar.xz linux-5f0f3bac59207562b08124ad28339c6485c9178c.zip |
ARM: dts: stm32: add iwdg2 support for stm32mp157c
This patch adds independent watchdog support for stm32mp157c.
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157c.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi index 0437e01e8438..661be948ab74 100644 --- a/arch/arm/boot/dts/stm32mp157c.dtsi +++ b/arch/arm/boot/dts/stm32mp157c.dtsi @@ -1034,6 +1034,14 @@ status = "disabled"; }; + iwdg2: watchdog@5a002000 { + compatible = "st,stm32mp1-iwdg"; + reg = <0x5a002000 0x400>; + clocks = <&rcc IWDG2>, <&rcc CK_LSI>; + clock-names = "pclk", "lsi"; + status = "disabled"; + }; + usbphyc: usbphyc@5a006000 { #address-cells = <1>; #size-cells = <0>; |