Lines Matching +full:gpio +full:- +full:trigger
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/trigger-source/gpio-trigger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic trigger source using GPIO
9 description: A GPIO used as a trigger source.
12 - Jonathan Santos <Jonathan.Santos@analog.com>
16 const: gpio-trigger
18 '#trigger-source-cells':
23 description: GPIO to be used as a trigger source.
26 - compatible
27 - '#trigger-source-cells'
28 - gpios
33 - |
34 #include <dt-bindings/gpio/gpio.h>
36 trigger {
37 compatible = "gpio-trigger";
38 #trigger-source-cells = <0>;