1# Copyright (c) 2021 Nuvoton Technology Corporation.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Nuvoton, NPCX-TWD node
5
6compatible: "nuvoton,npcx-watchdog"
7
8include: [base.yaml]
9
10properties:
11  reg:
12    required: true
13  t0-out:
14    type: phandle
15    required: true
16    description: |
17        Mapping table between Wake-Up Input (WUI) and t0-out timer expired signal.
18        For example, the WUI mapping on NPCX7 t0-out timer would be
19           t0-out = <&wui_t0out>;
20