Searched +full:button +full:- +full:left +full:- +full:gpios (Results 1 – 2 of 2) sorted by relevance
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 …]
4 1) gpios property5 -----------------7 GPIO properties should be named "[<name>-]gpios", with <name> being the purpose8 of this GPIO for the device. While a non-existent <name> is considered valid9 for compatibility reasons (resolving to the "gpios" property), it is not allowed10 for new bindings. Also, GPIO properties named "[<name>-]gpio" are valid and old15 cases should they contain more than one. If your device uses several GPIOs with17 meaningful name. The only case where an array of GPIOs is accepted is when18 several GPIOs serve the same function (e.g. a parallel data line).20 The exact purpose of each gpios property must be documented in the device tree[all …]