Lines Matching +full:clk +full:- +full:phase +full:-
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/watchdog/starfive,jh7100-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Xingyu Wu <xingyu.wu@starfivetech.com>
11 - Samin Guo <samin.guo@starfivetech.com>
15 has only one timeout phase and reboots. And JH7110 watchdog has two
16 timeout phases. At the first phase, the signal of watchdog interrupt
25 - enum:
26 - starfive,jh7100-wdt
27 - starfive,jh7110-wdt
28 - items:
29 - enum:
30 - starfive,jh8100-wdt
31 - const: starfive,jh7110-wdt
41 - description: APB clock
42 - description: Core clock
44 clock-names:
46 - const: apb
47 - const: core
54 - compatible
55 - reg
56 - clocks
57 - clock-names
58 - resets
61 - $ref: watchdog.yaml#
63 - if:
68 - starfive,jh8100-wdt
73 - description: Core reset
78 - description: APB reset
79 - description: Core reset
84 - |
86 compatible = "starfive,jh7100-wdt";
88 clocks = <&clk 171>,
89 <&clk 172>;
90 clock-names = "apb", "core";