1# 2# Copyright (c) 2019 Nordic Semiconductor ASA 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7description: | 8 This binding provides resources required to build and run the 9 tests/drivers/gpio/gpio_basic_api test in Zephyr. 10 11compatible: "test-gpio-basic-api" 12 13properties: 14 out-gpios: 15 type: phandle-array 16 required: true 17 description: | 18 Identity of a GPIO that will be configured as an output. This 19 must be on the same device as in-gpios, and physically 20 connected to in-gpios. 21 22 in-gpios: 23 type: phandle-array 24 required: true 25 description: | 26 Identity of a GPIO that will be configured as an input. This 27 must be on the same device as out-gpios,and physically 28 connected to out-gpios. 29