Lines Matching +full:multi +full:- +full:led
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/leds/allwinner,sun50i-a100-ledc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A100 LED Controller
10 - Samuel Holland <samuel@sholland.org>
13 The LED controller found in Allwinner sunxi SoCs uses a one-wire serial
19 - const: allwinner,sun50i-a100-ledc
20 - items:
21 - enum:
22 - allwinner,sun20i-d1-ledc
23 - allwinner,sun50i-r329-ledc
24 - const: allwinner,sun50i-a100-ledc
29 "#address-cells":
32 "#size-cells":
40 - description: Bus clock
41 - description: Module clock
43 clock-names:
45 - const: bus
46 - const: mod
55 dma-names:
58 allwinner,pixel-format:
61 - bgr
62 - brg
63 - gbr
64 - grb
65 - rbg
66 - rgb
68 allwinner,t0h-ns:
72 allwinner,t0l-ns:
76 allwinner,t1h-ns:
80 allwinner,t1l-ns:
84 allwinner,treset-ns:
89 "^multi-led@[0-9a-f]+$":
91 $ref: leds-class-multicolor.yaml#
97 description: Index of the LED in the series (must be contiguous)
100 - reg
103 - compatible
104 - reg
105 - interrupts
106 - clocks
107 - clock-names
108 - resets
113 - |
114 #include <dt-bindings/interrupt-controller/irq.h>
115 #include <dt-bindings/leds/common.h>
117 ledc: led-controller@2008000 {
118 compatible = "allwinner,sun20i-d1-ledc",
119 "allwinner,sun50i-a100-ledc";
123 clock-names = "bus", "mod";
126 dma-names = "tx";
127 #address-cells = <1>;
128 #size-cells = <0>;
130 multi-led@0 {