zephyr/dts/bindings/test/vnd,gpio-enable-disable-interrupt.yaml
Sung-Chi Li d455b6dee0 tests: drivers: gpio: Add test for GPIO_ENABLE_DISABLE_INTERRUPT
Add test for the experimental feature GPIO_ENABLE_DISABLE_INTERRUPT,
which covers APIs gpio_pin_interrupt_enable() and
gpio_pin_interrupt_disable().

Signed-off-by: Sung-Chi Li <lschyi@google.com>
2023-04-06 11:44:07 -04:00

19 lines
441 B
YAML

#
# Copyright (c) 2022 Google Inc
#
# SPDX-License-Identifier: Apache-2.0
#
description: |
This binding provides resources required to build and run the
tests/drivers/gpio/gpio_enable_disable_interrupt test in Zephyr.
compatible: "test-gpio-enable-disable-interrupt"
properties:
irq-gpios:
type: phandle-array
required: true
description: |
Identity of a GPIO that will be configured as an input for interrupt.