diff options
author | Benoit Cousson <b-cousson@ti.com> | 2012-09-05 16:42:04 +0200 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-09-07 19:22:46 +0200 |
commit | 1c1737e5635d902e125394d7f66bccaf0f8c772c (patch) | |
tree | c4ca07c9389683e645007f8505e3ae8fbb078c20 /arch/arm/boot/dts/omap3-beagle.dts | |
parent | a60be2fe9735894b8e0e2de80d2bdb37d87cd0c5 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-beagle.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index 3fe35c27ce1c..ca46fb2b5803 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/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"; + }; }; }; |