Commit a600e333 authored by Shawn Guo's avatar Shawn Guo
Browse files

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



Add heartbeat gpio-leds for imx28-evk board.

Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent c9987c81
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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";
		};
	};
};