1# Copyright (c) 2022 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4description: Nuvoton, NPCX Serial Host Interface (SHI) node
5
6compatible: "nuvoton,npcx-shi"
7
8include: [pinctrl-device.yaml, shi-device.yaml]
9
10properties:
11  pinctrl-0:
12    required: true
13
14  pinctrl-names:
15    required: true
16
17  clocks:
18    required: true
19    description: configurations of device source clock controller
20
21  shi-cs-wui:
22    type: phandle
23    required: true
24    description: |
25      Mapping table between Wake-Up Input (WUI) and SHI_CS signal.
26
27      For example the WUI mapping on NPCX7 would be
28        shi-cs-wui = <&wui_io53>;
29