Lines Matching +full:stm32mp1 +full:- +full:rcc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/watchdog/st,stm32-iwdg.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Yannick Fertre <yannick.fertre@st.com>
11 - Christophe Roullier <christophe.roullier@st.com>
14 - $ref: "watchdog.yaml#"
19 - st,stm32-iwdg
20 - st,stm32mp1-iwdg
27 - description: Low speed clock
28 - description: Optional peripheral clock
32 clock-names:
35 - lsi
36 - pclk
41 - compatible
42 - reg
43 - clocks
44 - clock-names
49 - |
50 #include <dt-bindings/clock/stm32mp1-clks.h>
52 compatible = "st,stm32mp1-iwdg";
54 clocks = <&rcc IWDG2>, <&rcc CK_LSI>;
55 clock-names = "pclk", "lsi";
56 timeout-sec = <32>;