Lines Matching +full:led +full:- +full:controller
1 Device Tree Bindings for LED support on MT6323 PMIC
3 MT6323 LED controller is subfunction provided by MT6323 PMIC, so the LED
5 PMIC controller that is being defined as one kind of Muti-Function Device (MFD)
15 - compatible : Must be "mediatek,mt6323-led"
16 - address-cells : Must be 1
17 - size-cells : Must be 0
19 Each led is represented as a child node of the mediatek,mt6323-led that
20 describes the initial behavior for each LED physically and currently only four
21 LED child nodes can be supported.
23 Required properties for the LED child node:
24 - reg : LED channel number (0..3)
26 Optional properties for the LED child node:
27 - label : See Documentation/devicetree/bindings/leds/common.txt
28 - linux,default-trigger : See Documentation/devicetree/bindings/leds/common.txt
29 - default-state: See Documentation/devicetree/bindings/leds/common.txt
39 compatible = "mediatek,mt6323-led";
40 #address-cells = <1>;
41 #size-cells = <0>;
43 led@0 {
46 linux,default-trigger = "timer";
47 default-state = "on";
49 led@1 {
52 default-state = "off";
54 led@2 {
57 default-state = "on";