mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Watchdog is often part of more complex devices like Power Management ICs (PMIC), e.g. on rohm,bd96801, and the schema can be referenced by a binding describing parent (main) node. Allow another typical name for such PMIC devices: pmic. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
34 lines
738 B
YAML
34 lines
738 B
YAML
# 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-9]|[1-9][0-9]+))?$"
|
|
|
|
properties:
|
|
$nodename:
|
|
pattern: "^(pmic|timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$"
|
|
|
|
timeout-sec:
|
|
maxItems: 1
|
|
description:
|
|
Contains the watchdog timeout in seconds.
|
|
|
|
additionalProperties: true
|
|
|
|
...
|