Lines Matching +full:led +full:- +full:6
4 - compatible : Should be "fsl,mc13783" or "fsl,mc13892"
7 - fsl,mc13xxx-uses-adc : Indicate the ADC is being used
8 - fsl,mc13xxx-uses-codec : Indicate the Audio Codec is being used
9 - fsl,mc13xxx-uses-rtc : Indicate the RTC is being used
10 - fsl,mc13xxx-uses-touch : Indicate the touchscreen controller is being used
12 Sub-nodes:
13 - codec: Contain the Audio Codec node.
14 - adc-port: Contain PMIC SSI port number used for ADC.
15 - dac-port: Contain PMIC SSI port number used for DAC.
16 - leds : Contain the led nodes and initial register values in property
17 "led-control". Number of register depends of used IC, for MC13783 is 6,
20 - #address-cells: Must be 1.
21 - #size-cells: Must be 0.
22 Each led node should contain "reg", which used as LED ID (described below).
23 Optional properties "label" and "linux,default-trigger" is described in
25 - regulators : Contain the regulator nodes. The regulators are bound using
28 MC13783 LED IDs:
35 6 : Red 2
42 MC13892 LED IDs:
50 MC34708 LED IDs:
62 violo : regulator VIOLO (register 32, bit 6)
70 vcam : regulator VCAM (register 33, bit 6)
77 gpo1 : regulator GPO1 (register 34, bit 6)
98 vcam : regulator VCAM (register 33, bit 6)
102 gpo1 : regulator GPO1 (register 34, bit 6)
116 cs-gpios = <&gpio4 24 0>, /* GPIO4_24 */
120 #address-cells = <1>;
121 #size-cells = <0>;
123 spi-max-frequency = <6000000>;
125 interrupt-parent = <&gpio0>;
129 #address-cells = <1>;
130 #size-cells = <0>;
131 led-control = <0x000 0x000 0x0e0 0x000>;
136 linux,default-trigger = "heartbeat";
142 regulator-min-microvolt = <600000>;
143 regulator-max-microvolt = <1375000>;
144 regulator-boot-on;
145 regulator-always-on;
149 regulator-min-microvolt = <900000>;
150 regulator-max-microvolt = <1850000>;
151 regulator-boot-on;
152 regulator-always-on;