Lines Matching +full:default +full:- +full:brightness +full:- +full:level
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:
45 default-brightness-level:
48 default: 16
49 description: Initial brightness level
57 - compatible
58 - reg
66 - refresh-rate-hz
71 - |
72 #include <dt-bindings/interrupt-controller/irq.h>
73 #include <dt-bindings/input/input.h>
74 #include <dt-bindings/leds/common.h>
76 #address-cells = <1>;
77 #size-cells = <0>;
82 refresh-rate-hz = <20>;
83 interrupt-parent = <&gpio4>;
85 debounce-delay-ms = <50>;
100 linux,default-trigger = "backlight";