Searched +full:col +full:- +full:drive +full:- +full:inactive (Results 1 – 4 of 4) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.011 kbd-matrix {12 compatible = "gpio-kbd-matrix";13 row-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>,15 col-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>,18 no-ghostkey-check;21 compatible: "gpio-kbd-matrix"24 - name: kbd-matrix-common.yaml25 property-blocklist:26 - row-size[all …]
4 * SPDX-License-Identifier: Apache-2.012 kbd_matrix_interrupt: kbd-matrix-interrupt {13 compatible = "gpio-kbd-matrix";14 row-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>,16 col-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>,18 debounce-down-ms = <80>;19 debounce-up-ms = <40>;20 poll-timeout-ms = <500>;23 kbd_matrix_poll: kbd-matrix-poll {24 compatible = "gpio-kbd-matrix";[all …]
1 .. _gpio-kbd:6 The :dtcompatible:`gpio-kbd-matrix` driver supports a large variety of keyboard21 .. figure:: no-diodes.svg30 .. code-block:: devicetree32 kbd-matrix {33 compatible = "gpio-kbd-matrix";34 row-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>,37 col-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>,49 time can be tweaked by changing the ``settle-time-us`` property.56 - disable ghosting detection, allowing any key combination to be detected[all …]
4 * SPDX-License-Identifier: Apache-2.07 #include <zephyr/dt-bindings/input/input-event-codes.h>11 #address-cells = <1>;12 #size-cells = <1>;17 #io-channel-cells = <1>;18 #address-cells = <1>;19 #size-cells = <0>;26 zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;32 gpio-controller;34 #gpio-cells = <0x2>;[all …]