aboutsummaryrefslogtreecommitdiff
path: root/Bindings/watchdog/watchdog.yaml
blob: 519b48889eb148a131674c85ff79c2cc10fe940b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/watchdog/watchdog.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Watchdog Common Properties

maintainers:
  - Guenter Roeck <linux@roeck-us.net>
  - Wim Van Sebroeck <wim@linux-watchdog.org>

description: |
  This document describes generic bindings which can be used to
  describe watchdog devices in a device tree.

select:
  properties:
    $nodename:
      pattern: "^watchdog(@.*|-[0-9a-f])?$"

properties:
  $nodename:
    pattern: "^(timer|watchdog)(@.*|-[0-9a-f])?$"

  timeout-sec:
    description:
      Contains the watchdog timeout in seconds.

additionalProperties: true

...