1# 2# Copyright (c) 2024 Andrew Featherstone <andrew.featherstone@gmail.com> 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_api_1pin test in Zephyr on certain hardware. 10 11compatible: "test-gpio-external-pulldown" 12 13properties: 14 gpios: 15 type: phandle-array 16 required: true 17 description: | 18 Identity of a GPIO that will be configured as both an output and input. 19