1# Copyright (c) 2020 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: Test GPIO node
5
6compatible: "vnd,gpio"
7
8include: [gpio-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#gpio-cells":
15    const: 2
16
17gpio-cells:
18  - pin
19  - flags
20
21foo-cells:
22  - foocell
23
24baz-cells:
25  - bazcell
26