Searched +full:button +full:- +full:middle +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance
1 Device-Tree bindings for GPIO attached mice4 to 5-7 GPIO lines.7 - compatible: must be "gpio-mouse"8 - scan-interval-ms: The scanning interval in milliseconds9 - up-gpios: GPIO line phandle to the line indicating "up"10 - down-gpios: GPIO line phandle to the line indicating "down"11 - left-gpios: GPIO line phandle to the line indicating "left"12 - right-gpios: GPIO line phandle to the line indicating "right"15 - button-left-gpios: GPIO line handle to the left mouse button16 - button-middle-gpios: GPIO line handle to the middle mouse button[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/input/gpio-mouse.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#11 to 5-7 GPIO lines.14 - Anshul Dalal <anshulusr@gmail.com>18 const: gpio-mouse20 scan-interval-ms:23 up-gpios:26 down-gpios:[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)9 * The 0xf1000000 is the default used by the recent, DT-capable, U-Boot12 * were delivered with an older version of u-boot that left internal17 * installing it from u-boot prompt) or adjust the Devive Tree21 /dts-v1/;23 #include <dt-bindings/input/input.h>24 #include <dt-bindings/gpio/gpio.h>25 #include "armada-370.dtsi"30 "marvell,armada-370-xp";33 stdout-path = "serial0:115200n8";[all …]
1 ----------[all...]