Lines Matching +full:chan +full:- +full:name
4 - compatible: one of
11 - reg: I2C slave address
12 - clock-mode: Input clock mode, (0: automode, 1: internal, 2: external)
15 - led-cur: Current setting at each led channel (mA x10, 0 if led is not connected)
16 - max-cur: Maximun current at each led channel.
19 - enable-gpio: GPIO attached to the chip's enable pin
20 - label: Used for naming LEDs
21 - pwr-sel: LP8501 specific property. Power selection for output channels.
27 Alternatively, each child can have a specific channel name and trigger:
28 - chan-name (optional): name of channel
29 - linux,default-trigger (optional): see
41 clock-mode = /bits/ 8 <2>;
44 led-cur = /bits/ 8 <0x2f>;
45 max-cur = /bits/ 8 <0x5f>;
46 linux,default-trigger = "heartbeat";
50 led-cur = /bits/ 8 <0x2f>;
51 max-cur = /bits/ 8 <0x5f>;
55 led-cur = /bits/ 8 <0x2f>;
56 max-cur = /bits/ 8 <0x5f>;
61 9 LED channels with specific name. Internal clock used.
66 -------------------------
75 clock-mode = /bits/ 8 <1>;
78 chan-name = "d1";
79 led-cur = /bits/ 8 <0x14>;
80 max-cur = /bits/ 8 <0x20>;
84 chan-name = "d2";
85 led-cur = /bits/ 8 <0x14>;
86 max-cur = /bits/ 8 <0x20>;
90 chan-name = "d3";
91 led-cur = /bits/ 8 <0x14>;
92 max-cur = /bits/ 8 <0x20>;
96 chan-name = "d4";
97 led-cur = /bits/ 8 <0x14>;
98 max-cur = /bits/ 8 <0x20>;
102 chan-name = "d5";
103 led-cur = /bits/ 8 <0x14>;
104 max-cur = /bits/ 8 <0x20>;
108 chan-name = "d6";
109 led-cur = /bits/ 8 <0x14>;
110 max-cur = /bits/ 8 <0x20>;
114 chan-name = "d7";
115 led-cur = /bits/ 8 <0x14>;
116 max-cur = /bits/ 8 <0x20>;
120 chan-name = "d8";
121 led-cur = /bits/ 8 <0x14>;
122 max-cur = /bits/ 8 <0x20>;
126 chan-name = "d9";
127 led-cur = /bits/ 8 <0x14>;
128 max-cur = /bits/ 8 <0x20>;
138 clock-mode = /bits/8 <2>;
141 chan-name = "R";
142 led-cur = /bits/ 8 <0x20>;
143 max-cur = /bits/ 8 <0x60>;
147 chan-name = "G";
148 led-cur = /bits/ 8 <0x20>;
149 max-cur = /bits/ 8 <0x60>;
153 chan-name = "B";
154 led-cur = /bits/ 8 <0x20>;
155 max-cur = /bits/ 8 <0x60>;
159 chan-name = "W";
160 led-cur = /bits/ 8 <0x20>;
161 max-cur = /bits/ 8 <0x60>;
166 9 channels are defined. The 'pwr-sel' is LP8501 specific property.
172 clock-mode = /bits/ 8 <2>;
173 pwr-sel = /bits/ 8 <3>; /* D1~9 connected to VOUT */
176 chan-name = "d1";
177 led-cur = /bits/ 8 <0x14>;
178 max-cur = /bits/ 8 <0x20>;
182 chan-name = "d2";
183 led-cur = /bits/ 8 <0x14>;
184 max-cur = /bits/ 8 <0x20>;
188 chan-name = "d3";
189 led-cur = /bits/ 8 <0x14>;
190 max-cur = /bits/ 8 <0x20>;
194 chan-name = "d4";
195 led-cur = /bits/ 8 <0x14>;
196 max-cur = /bits/ 8 <0x20>;
200 chan-name = "d5";
201 led-cur = /bits/ 8 <0x14>;
202 max-cur = /bits/ 8 <0x20>;
206 chan-name = "d6";
207 led-cur = /bits/ 8 <0x14>;
208 max-cur = /bits/ 8 <0x20>;
212 chan-name = "d7";
213 led-cur = /bits/ 8 <0x14>;
214 max-cur = /bits/ 8 <0x20>;
218 chan-name = "d8";
219 led-cur = /bits/ 8 <0x14>;
220 max-cur = /bits/ 8 <0x20>;
224 chan-name = "d9";
225 led-cur = /bits/ 8 <0x14>;
226 max-cur = /bits/ 8 <0x20>;