Lines Matching +full:gpio +full:- +full:range
8 U-Boot provides a uclass API to implement this feature. LED drivers
9 can provide access to board-specific LEDs. Use of the device tree
50 bool "LED support for GPIO-connected LEDs"
53 Enable support for LEDs which are connected to GPIO lines. These
55 The GPIO driver must used driver model. LEDs are configured using
59 bool "LED support for GPIO-connected LEDs in SPL"
62 This option is an SPL-variant of the LED_GPIO option.
68 Allows common u-boot commands to use a board's leds to
90 bool "GPIO status LED implementation"
92 The status LED can be connected to a GPIO pin. In such cases, the
118 range LED_STATUS_OFF LED_STATUS_ON
122 0 - off
123 1 - blinking
124 2 - on
128 range 2 10
133 Values range: 2 - 10
153 range LED_STATUS_OFF LED_STATUS_ON
157 0 - off
158 1 - blinking
159 2 - on
163 range 2 10
168 Values range: 2 - 10
188 range LED_STATUS_OFF LED_STATUS_ON
192 0 - off
193 1 - blinking
194 2 - on
198 range 2 10
203 Values range: 2 - 10
223 range LED_STATUS_OFF LED_STATUS_ON
227 0 - off
228 1 - blinking
229 2 - on
233 range 2 10
238 Values range: 2 - 10
258 range LED_STATUS_OFF LED_STATUS_ON
262 0 - off
263 1 - blinking
264 2 - on
268 range 2 10
273 Values range: 2 - 10
293 range LED_STATUS_OFF LED_STATUS_ON
297 0 - off
298 1 - blinking
299 2 - on
303 range 2 10
308 Values range: 2 - 10
378 Valid enabled LED device number (0-5).