Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40364b9f authored by Benoit Cousson's avatar Benoit Cousson Committed by Tony Lindgren
Browse files

arm/dts: omap4-panda: Add LEDs support



Add the debug LEDs nodes for an OMAP4 PandaBoard.

Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 83909c73
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -17,6 +17,21 @@
		device_type = "memory";
		reg = <0x80000000 0x40000000>; /* 1 GB */
	};

	leds {
		compatible = "gpio-leds";
		heartbeat {
			label = "pandaboard::status1";
			gpios = <&gpio1 7 0>;
			linux,default-trigger = "heartbeat";
		};

		mmc {
			label = "pandaboard::status2";
			gpios = <&gpio1 8 0>;
			linux,default-trigger = "mmc0";
		};
	};
};

&i2c1 {