Browse Source

ARM: dts: imx28-evk: add heartbeat gpio-leds

Add heartbeat gpio-leds for imx28-evk board.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Shawn Guo 13 years ago
parent
commit
a600e3335b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      arch/arm/boot/dts/imx28-evk.dts

+ 10 - 0
arch/arm/boot/dts/imx28-evk.dts

@@ -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";
+		};
+	};
 };