17 lines
314 B
YAML
17 lines
314 B
YAML
# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: This binding gives a base representation of the ITE gpio
|
|
|
|
compatible: "ite,it8xxx2-gpio"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|