Lines Matching +full:timeout +full:- +full:sec
5 - compatible : should be "alphascale,asm9260-wdt".
6 - reg : Specifies base physical address and size of the registers.
7 - clocks : the clocks feeding the watchdog timer. See clock-bindings.txt
8 - clock-names : should be set to
9 "mod" - source for tick counter.
10 "ahb" - ahb gate.
11 - resets : phandle pointing to the system reset controller with
13 - reset-names : should be set to "wdt_rst".
16 - timeout-sec : shall contain the default watchdog timeout in seconds,
17 if unset, the default timeout is 30 seconds.
18 - alphascale,mode : three modes are supported
19 "hw" - hw reset (default).
20 "sw" - sw reset.
21 "debug" - no action is taken.
26 compatible = "alphascale,asm9260-wdt";
29 clock-names = "mod", "ahb";
32 reset-names = "wdt_rst";
33 timeout-sec = <30>;