zephyr/tests/drivers/gpio/gpio_basic_api/dts/bindings/test-gpio-basic-api.yaml
Fabio Baltieri f5b4acac57 yamllint: indentation: fix files in tests/
Fix the YAML files indentation for files in tests/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

29 lines
742 B
YAML

#
# Copyright (c) 2019 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
description: |
This binding provides resources required to build and run the
tests/drivers/gpio/gpio_basic_api test in Zephyr.
compatible: "test-gpio-basic-api"
properties:
out-gpios:
type: phandle-array
required: true
description: |
Identity of a GPIO that will be configured as an output. This
must be on the same device as in-gpios, and physically
connected to in-gpios.
in-gpios:
type: phandle-array
required: true
description: |
Identity of a GPIO that will be configured as an input. This
must be on the same device as out-gpios,and physically
connected to out-gpios.