1# Copyright (c) 2019, Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Microchip CEC/MEC GPIO node
5
6compatible: "microchip,xec-gpio"
7
8include: [gpio-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  port-id:
15    type: int
16    required: true
17    description: Zero based GPIO port number
18
19  girq-id:
20    type: int
21    required: true
22    description: Aggregated GIRQ number for this bank of 32 GPIO pins.
23
24  "#gpio-cells":
25    const: 2
26
27gpio-cells:
28  - pin
29  - flags
30