d455b6dee0
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>
19 lines
441 B
YAML
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.
|