Path: blob/master/Documentation/devicetree/bindings/input/e3x0-button.txt
26308 views
National Instruments Ettus Research USRP E3x0 button driver12This module is part of the NI Ettus Research USRP E3x0 SDR.34This module provides a simple power button event via two interrupts.56Required properties:7- compatible: should be one of the following8- "ettus,e3x0-button": For devices such as the NI Ettus Research USRP E3x09- interrupts: should be one of the following10- <0 30 1>, <0 31 1>: For devices such as the NI Ettus Research USRP E3x011- interrupt-names: should be one of the following12- "press", "release": For devices such as the NI Ettus Research USRP E3x01314Note: Interrupt numbers might vary depending on the FPGA configuration.1516Example:17button {18compatible = "ettus,e3x0-button";19interrupt-parent = <&intc>;20interrupts = <0 30 1>, <0 31 1>;21interrupt-names = "press", "release";22}232425