Lines Matching +full:debounce +full:- +full:delay +full:- +full:ms
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Robin van der Gracht <robin@protonic.nl>
13 - $ref: /schemas/input/matrix-keymap.yaml#
18 - items:
19 - enum:
20 - adafruit,3108 # 0.56" 4-Digit 7-Segment FeatherWing Display (Red)
21 - adafruit,3130 # 0.54" Quad Alphanumeric FeatherWing Display (Red)
22 - const: holtek,ht16k33
24 - const: holtek,ht16k33 # Generic 16*8 LED controller with dot-matrix display
29 refresh-rate-hz:
31 description: Display update interval in Hertz for dot-matrix displays
36 debounce-delay-ms:
42 linux,no-autorepeat:
46 default-brightness-level:
58 - compatible
59 - reg
67 - refresh-rate-hz
72 - |
73 #include <dt-bindings/interrupt-controller/irq.h>
74 #include <dt-bindings/input/input.h>
75 #include <dt-bindings/leds/common.h>
77 #address-cells = <1>;
78 #size-cells = <0>;
80 display-controller@70 {
83 refresh-rate-hz = <20>;
84 interrupt-parent = <&gpio4>;
86 debounce-delay-ms = <50>;
101 linux,default-trigger = "backlight";