]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - Documentation/powerpc/dts-bindings/gpio/led.txt
ff51f4c0fa9d19bbc23c05773a229acbb18a1b78
[linux-2.6-omap-h63xx.git] / Documentation / powerpc / dts-bindings / gpio / led.txt
1 LED connected to GPIO
2
3 Required properties:
4 - compatible : should be "gpio-led".
5 - label : (optional) the label for this LED. If omitted, the label is
6   taken from the node name (excluding the unit address).
7 - gpios : should specify LED GPIO.
8
9 Example:
10
11 led@0 {
12         compatible = "gpio-led";
13         label = "hdd";
14         gpios = <&mcu_pio 0 1>;
15 };