Lines Matching +full:default +full:- +full:brightness
1 // SPDX-License-Identifier: GPL-2.0
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/leds/common.h>
15 led-controller-1 {
16 compatible = "pwm-leds";
18 led-1 {
23 pwm-names = "pwm1";
26 * so limit its max brightness
28 max-brightness = <127>;
29 linux,default-trigger = "mmc0";
32 led-2 {
36 pwm-names = "pwm2";
37 max-brightness = <255>;
38 linux,default-trigger = "heartbeat";
42 led-controller-2 {
43 compatible = "gpio-leds";
45 led-3 {
50 default-state = "off";
51 linux,default-trigger = "mmc1";