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