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