Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296206
b: refs/heads/master
c: f2ee7ac
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD committed Mar 1, 2012
1 parent 381ea55 commit 0519adf
Show file tree
Hide file tree
Showing 2 changed files with 23 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: 4ea256539907f2998a1a361786917bc4fa423f7a
refs/heads/master: f2ee7acd3d0bfcdaf4a76e0a152f373d415a4e31
22 changes: 22 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9m10g45ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,26 @@
};
};
};

leds {
compatible = "gpio-leds";

d8 {
label = "d8";
gpios = <&pioD 30 0>;
linux,default-trigger = "heartbeat";
};

d6 {
label = "d6";
gpios = <&pioD 0 1>;
linux,default-trigger = "nand-disk";
};

d7 {
label = "d7";
gpios = <&pioD 31 1>;
linux,default-trigger = "mmc0";
};
};
};

0 comments on commit 0519adf

Please sign in to comment.