1# Copyright (c) 2024 ITE Corporation. All Rights Reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4description: ITE IT8801 I2C-based GPIO device driver
5
6compatible: "ite,it8801-gpio"
7
8include: [base.yaml, gpio-controller.yaml]
9
10properties:
11  reg:
12    required: true
13
14  pin-mask:
15    type: int
16    required: true
17    description: |
18      Not every GPIO pins are usable for IT8801. This property
19      indicates the usable GPIO pin mask.
20
21gpio-cells:
22  - pin
23  - flags
24