Lines Matching +full:default +full:- +full:brightness
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/leds-pwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Pavel Machek <[email protected]>
13 Each LED is represented as a sub-node of the pwm-leds device. Each
18 const: pwm-leds
21 "^led(-[0-9a-f]+)?$":
30 pwm-names: true
32 max-brightness:
34 Maximum brightness possible for the LED
37 default-brightness:
39 Brightness to be set if LED's default state is on. Used only during
40 initialization. If the option is not set then max brightness is used.
44 - pwms
45 - max-brightness
50 - |
52 #include <dt-bindings/leds/common.h>
54 led-controller {
55 compatible = "pwm-leds";
57 led-1 {
60 max-brightness = <127>;
63 led-2 {
67 max-brightness = <255>;