Explorar o código

ARM: dts: omap3-beagle: Add heartbeat and mmc LEDs support

Add the support for D6 and D7 LEDs on Beagle board.
- D6 will be used for heartbeat
- D7 will be used for mmc0

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Benoit Cousson %!s(int64=13) %!d(string=hai) anos
pai
achega
1c1737e563
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      arch/arm/boot/dts/omap3-beagle.dts

+ 12 - 0
arch/arm/boot/dts/omap3-beagle.dts

@@ -24,6 +24,18 @@
 			label = "beagleboard::pmu_stat";
 			gpios = <&twl_gpio 19 0>; /* LEDB */
 		};
+
+		heartbeat {
+			label = "beagleboard::usr0";
+			gpios = <&gpio5 22 0>; /* 150 -> D6 LED */
+			linux,default-trigger = "heartbeat";
+		};
+
+		mmc {
+			label = "beagleboard::usr1";
+			gpios = <&gpio5 21 0>; /* 149 -> D7 LED */
+			linux,default-trigger = "mmc0";
+		};
 	};
 };