1# Copyright (c) 2018-2019 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Intel GPIO node
5
6compatible: "intel,gpio"
7
8include: [gpio-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  group-index:
15    type: int
16    description: Group number for this GPIO entry
17
18  interrupts:
19    required: true
20
21  ngpios:
22    required: true
23    description: Number of pins for this GPIO entry
24
25  pin-offset:
26    type: int
27    required: true
28    description: Pin offset of this GPIO entry
29
30  "#gpio-cells":
31    const: 2
32
33gpio-cells:
34  - pin
35  - flags
36