Lines Matching +full:reset +full:- +full:on +full:- +full:timeout
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/watchdog/cdns,wdt-r1p2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Neeli Srinivas <[email protected]>
15 a programmable reset period. The timeout period varies from 1 ms
19 - $ref: watchdog.yaml#
24 - cdns,wdt-r1p2
35 reset-on-timeout:
38 If this property exists, then a reset is done when watchdog
42 - compatible
43 - reg
44 - clocks
45 - interrupts
50 - |
51 #include <dt-bindings/interrupt-controller/arm-gic.h>
54 compatible = "cdns,wdt-r1p2";
57 interrupt-parent = <&intc>;
59 reset-on-timeout;
60 timeout-sec = <10>;