Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 5c5f5d8b4db4da16f0801d2a38136f85 > files > 898

kernel-doc-2.6.27.29-0.uc1mnb2.i586.rpm

LED connected to GPIO

Required properties:
- compatible : should be "gpio-led".
- label : (optional) the label for this LED. If omitted, the label is
  taken from the node name (excluding the unit address).
- gpios : should specify LED GPIO.

Example:

led@0 {
	compatible = "gpio-led";
	label = "hdd";
	gpios = <&mcu_pio 0 1>;
};