Lines Matching +full:sw +full:- +full:mode
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/watchdog/alphascale,asm9260-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Oleksij Rempel <linux@rempel-privat.de>
13 - $ref: watchdog.yaml#
17 const: alphascale,asm9260-wdt
24 - description: source clock, used for tick counter
25 - description: ahb gate
27 clock-names:
29 - const: mod
30 - const: ahb
38 reset-names:
40 - const: wdt_rst
42 alphascale,mode:
44 Specifies the reset mode of operation. If set to sw, then reset is handled
47 enum: [hw, sw, debug]
51 - compatible
52 - reg
53 - clocks
54 - clock-names
55 - interrupts
60 - |
61 #include <dt-bindings/clock/alphascale,asm9260.h>
63 compatible = "alphascale,asm9260-wdt";
66 clock-names = "mod", "ahb";
68 timeout-sec = <30>;
69 alphascale,mode = "hw";