1# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4description: This binding gives a base representation of the ITE gpio
5
6compatible: "ite,it8xxx2-gpio"
7
8include: [gpio-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14gpio-cells:
15  - pin
16  - flags
17