Skip to content

Commit

Permalink
powerpc/83xx: mpc8349emitx - add leds-gpio binding
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Dmitry Eremin-Solenikov authored and Kumar Gala committed Dec 9, 2009
1 parent 1d88fd1 commit b387dfe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/powerpc/boot/dts/mpc8349emitx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,24 @@
reg = <0x700 0x100>;
device_type = "ipic";
};

gpio-leds {
compatible = "gpio-leds";

green {
label = "Green";
gpios = <&pcf1 0 1>;
linux,default-trigger = "heartbeat";
};

yellow {
label = "Yellow";
gpios = <&pcf1 1 1>;
/* linux,default-trigger = "heartbeat"; */
default-state = "on";
};
};

};

pci0: pci@e0008500 {
Expand Down

0 comments on commit b387dfe

Please sign in to comment.