summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/cros_shi/nuvoton,npcx-cros-shi.yaml
blob: c13f3e2b5a17026a621c986295b08e43572f5544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright (c) 2021 Google Inc.
# SPDX-License-Identifier: Apache-2.0

description: Nuvoton, NPCX Serial Host Interface (SHI) node

compatible: "nuvoton,npcx-cros-shi"

include: base.yaml

properties:
    reg:
      description: mmio register space
      required: true

    clocks:
        required: true
        description: configurations of device source clock controller

    pinctrl-0:
        type: phandles
        required: true
        description: configurations of pinmux controllers

    shi-cs-wui:
        type: phandle
        required: true
        description: |
            Mapping table between Wake-Up Input (WUI) and SHI_CS signal.

            For example the WUI mapping on NPCX7 would be
               shi-cs-wui = <&wui_io53>;