Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303235
b: refs/heads/master
c: 83909c7
h: refs/heads/master
i:
  303233: 006c5cb
  303231: 3f8fc7f
v: v3
  • Loading branch information
Benoit Cousson authored and Tony Lindgren committed May 10, 2012
1 parent 9d20d7c commit a06d9d7
Show file tree
Hide file tree
Showing 2 changed files with 44 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: 61ff641307c5191f40a416df5bb19f6745af2f0b
refs/heads/master: 83909c7352ecd437dfdeabf609048bcced175196
43 changes: 43 additions & 0 deletions trunk/arch/arm/boot/dts/omap4-sdp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,49 @@
enable-active-high;
regulator-boot-on;
};

leds {
compatible = "gpio-leds";
debug0 {
label = "omap4:green:debug0";
gpios = <&gpio2 29 0>; /* 61 */
};

debug1 {
label = "omap4:green:debug1";
gpios = <&gpio1 30 0>; /* 30 */
};

debug2 {
label = "omap4:green:debug2";
gpios = <&gpio1 7 0>; /* 7 */
};

debug3 {
label = "omap4:green:debug3";
gpios = <&gpio1 8 0>; /* 8 */
};

debug4 {
label = "omap4:green:debug4";
gpios = <&gpio2 18 0>; /* 50 */
};

user1 {
label = "omap4:blue:user";
gpios = <&gpio6 9 0>; /* 169 */
};

user2 {
label = "omap4:red:user";
gpios = <&gpio6 10 0>; /* 170 */
};

user3 {
label = "omap4:green:user";
gpios = <&gpio5 11 0>; /* 139 */
};
};
};

&i2c1 {
Expand Down

0 comments on commit a06d9d7

Please sign in to comment.