Lines Matching +full:pwm +full:- +full:leds
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 {
19 pwms = <&pwm 1 2000000 0>;
20 pwm-names = "pwm1";
25 max-brightness = <127>;
26 linux,default-trigger = "mmc0";
29 led-2 {
31 pwms = <&pwm 2 2000000 0>;
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";