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: [acpi.yaml, gpio-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    description: reg properties not required if acpi enumerated
13
14  group-index:
15    type: int
16    description: Group number for this GPIO entry
17
18  interrupts:
19    description: interrupts properties not required if acpi enumerated
20
21  ngpios:
22    description: Number of pins for this GPIO entry
23
24  pin-offset:
25    type: int
26    description: Pin offset of this GPIO entry
27
28  "#gpio-cells":
29    const: 2
30
31gpio-cells:
32  - pin
33  - flags
34