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