summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/cros_shi/nuvoton,npcx-cros-shi.yaml
blob: 9a5596bd4cde5a08a9be5dbbae4b6bdc3e1a7215 (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
32
33
34
35
# Copyright 2021 Google LLC
# SPDX-License-Identifier: Apache-2.0

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

compatible: "nuvoton,npcx-cros-shi"

include: [base.yaml, pinctrl-device.yaml]

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

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

    pinctrl-0:
        required: true

    pinctrl-1:
        required: false

    pinctrl-names:
        required: true

    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>;