1# Copyright (c) 2024 ITE Corporation. All Rights Reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4description: IT8XXX2 SPI 5 6compatible: "ite,it8xxx2-spi" 7 8include: [spi-controller.yaml, pinctrl-device.yaml] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 pinctrl-names: 18 required: true 19 20 pinctrl-0: 21 type: phandles 22 required: true 23