Lines Matching +full:led +full:- +full:gpio
30 .Nd GPIO LED generic device driver
35 .Bd -ragged -offset indent
36 .Cd "device gpio"
43 .Xr led 4
44 compatible device to a GPIO pin.
45 Each LED in the system has a
48 .Pa /dev/led/<name> .
49 The GPIO pin can then be controlled by writing to this device as described
51 .Xr led 4 .
59 .Bl -tag -width ".Va hint.gpioiic.%d.atXXX"
65 .Pa /dev/led/
67 .Xr led 4 .
69 Which pin on the GPIO interface to map to this instance.
71 (any other bits - i.e., pins - will be ignored).
73 If set to 1, the pin will be set to 0 to light the LED, and 1 to clear it.
75 The initial state of the LED when the driver takes control over it.
76 If set to 1 or 0, the LED will be on or off correspondingly.
77 If set to -1, the LED will be kept in its original state.
87 .Bd -literal
88 gpio: gpio {
90 gpio-controller;
95 gpios = <&gpio 16 2 0>; /* GPIO pin 16. */
101 gpios = <&gpio 17 2 0>; /* GPIO pin 17. */
102 name = "user-led1";
108 .Dq gpio-leds
110 .Bd -literal
116 compatible = "gpio-leds";
119 gpios = <&gpio 16 2 0>;
124 gpios = <&gpio 17 2 0>;
125 name = "user-led1"
133 The only restriction is that a GPIO pin cannot be mapped by two different
139 .Pa /usr/src/sys/dts/bindings-gpio.txt .
144 .Pa /dev/led/
146 .Xr led 4 .
149 .Xr gpio 4 ,
151 .Xr led 4