Documentation/devicetree/bindings/watchdog/zii,rave-wdt.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/watchdog/zii,rave-wdt.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/watchdog/zii,rave-wdt.yaml
Extension
.yaml
Size
969 bytes
Lines
50
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/watchdog/zii,rave-wdt.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Zodiac RAVE Watchdog Timer

maintainers:
  - Martyn Welch <martyn.welch@collabora.co.uk>
  - Guenter Roeck <linux@roeck-us.net>
  - Wim Van Sebroeck <wim@iguana.be>

properties:
  compatible:
    const: zii,rave-wdt

  reg:
    maxItems: 1
    description: i2c slave address of device, usually 0x38

  reset-duration-ms:
    description:
      Duration of the pulse generated when the watchdog times
      out.

required:
  - compatible
  - reg

allOf:
  - $ref: watchdog.yaml#

unevaluatedProperties: false

examples:
  - |
    i2c {
        #address-cells = <1>;
        #size-cells = <0>;

        watchdog@38 {
            compatible = "zii,rave-wdt";
            reg = <0x38>;
            timeout-sec = <30>;
            reset-duration-ms = <30>;
        };
    };

Annotation

Implementation Notes