1# Copyright (c) 2020 Nuvoton Technology Corporation.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Nuvoton NPCX eSPI Virtual Wire (VW) mapping child node
5
6compatible: "nuvoton,npcx-espi-vw-conf"
7
8child-binding:
9  description: |
10    Child node to to present the mapping between VW signal, its core register and input source of
11    MIWU
12
13  properties:
14    vw-reg:
15      type: array
16      required: true
17      description: vw signal's register index and vw bitmask.
18
19    vw-wui:
20      type: phandle
21      description: |
22         Mapping table between Wake-Up Input (WUI) and vw input signal.
23
24         For example the WUI mapping on NPCX7 for VW_SLP5 would be
25            vw-wui = <&wui_vw_slp_s5>;
26