1#
2# Copyright (c) 2020 Geanix ApS
3# Copyright (c) 2021 Peter Johanson
4# Copyright (c) 2021 metraTec GmbH
5#
6# SPDX-License-Identifier: Apache-2.0
7#
8
9include: [gpio-controller.yaml]
10
11properties:
12  "#gpio-cells":
13    const: 2
14
15  int-gpios:
16    type: phandle-array
17    description: |
18        GPIO connected to the controller INT pin. This pin is active-low.
19
20  reset-gpios:
21    type: phandle-array
22    description: |
23        GPIO connected to the controller RESET pin. This pin is active-low.
24
25gpio-cells:
26  - pin
27  - flags
28