1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/watchdog/wa 4 $id: http://devicetree.org/schemas/watchdog/watchdog.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Watchdog Common Properties 7 title: Watchdog Common Properties 8 8 9 maintainers: 9 maintainers: 10 - Guenter Roeck <linux@roeck-us.net> 10 - Guenter Roeck <linux@roeck-us.net> 11 - Wim Van Sebroeck <wim@linux-watchdog.org> 11 - Wim Van Sebroeck <wim@linux-watchdog.org> 12 12 13 description: | 13 description: | 14 This document describes generic bindings whi 14 This document describes generic bindings which can be used to 15 describe watchdog devices in a device tree. 15 describe watchdog devices in a device tree. 16 16 17 select: 17 select: 18 properties: 18 properties: 19 $nodename: 19 $nodename: 20 pattern: "^watchdog(@.*|-([0-9]|[1-9][0- 20 pattern: "^watchdog(@.*|-([0-9]|[1-9][0-9]+))?$" 21 21 22 properties: 22 properties: 23 $nodename: 23 $nodename: 24 pattern: "^(timer|watchdog)(@.*|-([0-9]|[1 24 pattern: "^(timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$" 25 25 26 timeout-sec: 26 timeout-sec: 27 description: 27 description: 28 Contains the watchdog timeout in seconds 28 Contains the watchdog timeout in seconds. 29 29 30 additionalProperties: true 30 additionalProperties: true 31 31 32 ... 32 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.