1# Copyright (c) 2022 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4description: ITE, IT8XXX2 Serial Host Interface (SHI) node
5
6compatible: "ite,it8xxx2-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  cs-gpios:
18    type: phandle-array
19    required: true
20    description: |
21      Pin used as chip-select for the SHI interface. Change in level will
22      trigger the interrupt for the handler of host commands.
23