Lines Matching +full:pwm +full:- +full:leds
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 {
22 pwms = <&pwm 1 2000000 0>;
23 pwm-names = "pwm1";
28 max-brightness = <127>;
29 linux,default-trigger = "mmc0";
32 led-2 {
35 pwms = <&pwm 2 2000000 0>;
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";