Skip to content

Commit

Permalink
ARM: dts: imx28-evk: add heartbeat gpio-leds
Browse files Browse the repository at this point in the history
Add heartbeat gpio-leds for imx28-evk board.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Shawn Guo committed Jul 3, 2012
1 parent c9987c8 commit a600e33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/imx28-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,14 @@
saif-controllers = <&saif0 &saif1>;
audio-codec = <&sgtl5000>;
};

leds {
compatible = "gpio-leds";

user {
label = "Heartbeat";
gpios = <&gpio3 5 0>;
linux,default-trigger = "heartbeat";
};
};
};

0 comments on commit a600e33

Please sign in to comment.