Lines Matching +full:max +full:- +full:brightness
1 // SPDX-License-Identifier: GPL-2.0
11 #include <dt-bindings/gpio/gpio.h>
14 led-controller-1 {
15 compatible = "pwm-leds";
17 led-1 {
20 pwm-names = "pwm1";
23 * so limit its max brightness
25 max-brightness = <127>;
26 linux,default-trigger = "mmc0";
29 led-2 {
32 pwm-names = "pwm2";
33 max-brightness = <255>;
34 linux,default-trigger = "heartbeat";
38 led-controller-2 {
39 compatible = "gpio-leds";
41 led-3 {
44 default-state = "off";
45 linux,default-trigger = "mmc1";