zephyr/dts/bindings/watchdog/nuvoton,npcx-watchdog.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

20 lines
477 B
YAML

# Copyright (c) 2021 Nuvoton Technology Corporation.
# SPDX-License-Identifier: Apache-2.0
description: Nuvoton, NPCX-TWD node
compatible: "nuvoton,npcx-watchdog"
include: [base.yaml]
properties:
reg:
required: true
t0-out:
type: phandle
required: true
description: |
Mapping table between Wake-Up Input (WUI) and t0-out timer expired signal.
For example, the WUI mapping on NPCX7 t0-out timer would be
t0-out = <&wui_t0out>;