Lines Matching +full:pwm +full:- +full:leds
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#
7 title: LEDs connected to PWM
10 - Pavel Machek <pavel@ucw.cz>
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:
38 - pwms
39 - max-brightness
44 - |
46 #include <dt-bindings/leds/common.h>
48 led-controller {
49 compatible = "pwm-leds";
51 led-1 {
54 max-brightness = <127>;
57 led-2 {
61 max-brightness = <255>;