2023-08-30 17:31:07 +02:00
|
|
|
# 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:
|
2023-10-24 12:59:35 +02:00
|
|
|
pattern: "^watchdog(@.*|-([0-9]|[1-9][0-9]+))?$"
|
2023-08-30 17:31:07 +02:00
|
|
|
|
|
|
|
properties:
|
|
|
|
$nodename:
|
2023-10-24 12:59:35 +02:00
|
|
|
pattern: "^(timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$"
|
2023-08-30 17:31:07 +02:00
|
|
|
|
|
|
|
timeout-sec:
|
|
|
|
description:
|
|
|
|
Contains the watchdog timeout in seconds.
|
|
|
|
|
|
|
|
additionalProperties: true
|
|
|
|
|
|
|
|
...
|