1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/watchdog/st,stm32-iwdg.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STM32 Independent WatchDoG (IWDG) bindings
10 - Yannick Fertre <yannick.fertre@st.com>
11 - Christophe Roullier <christophe.roullier@st.com>
14 - $ref: "watchdog.yaml#"
27 - description: Low speed clock
28 - description: Optional peripheral clock
48 #include <dt-bindings/clock/stm32mp1-clks.h>
50 compatible = "st,stm32mp1-iwdg";
51 reg = <0x5a002000 0x400>;
52 clocks = <&rcc IWDG2>, <&rcc CK_LSI>;
53 clock-names = "pclk", "lsi";