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
46 unevaluatedProperties: false
50 #include <dt-bindings/clock/stm32mp1-clks.h>
52 compatible = "st,stm32mp1-iwdg";
53 reg = <0x5a002000 0x400>;
54 clocks = <&rcc IWDG2>, <&rcc CK_LSI>;
55 clock-names = "pclk", "lsi";