1# Copyright (c) 2021, Andes Technology Corporation.
2# SPDX-License-Identifier: Apache-2.0
3
4description:
5  This is a representation of Andes Technology atcgpio100 GPIO node
6
7compatible: "andestech,atcgpio100"
8
9include: [gpio-controller.yaml, base.yaml]
10
11properties:
12
13  reg:
14    required: true
15
16  interrupts:
17    required: true
18
19  "#gpio-cells":
20    const: 2
21
22gpio-cells:
23  - pin
24  - flags
25