Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303236
b: refs/heads/master
c: 40364b9
h: refs/heads/master
v: v3
  • Loading branch information
Benoit Cousson authored and Tony Lindgren committed May 10, 2012
1 parent a06d9d7 commit 9ba34fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83909c7352ecd437dfdeabf609048bcced175196
refs/heads/master: 40364b9f5a4d167d97bb6a76cd239ca8cfff056a
15 changes: 15 additions & 0 deletions trunk/arch/arm/boot/dts/omap4-panda.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9ba34fd

Please sign in to comment.