Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296209
b: refs/heads/master
c: f75622f
h: refs/heads/master
i:
  296207: 31d0243
v: v3
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD committed Mar 1, 2012
1 parent 6eae97c commit c61c8d6
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: 2ea332dedc59b98239fffcf738035c73fc8bdbde
refs/heads/master: f75622f4679479d352d2fa83e0d84c6c13cfcb5f
15 changes: 15 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9x5cm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,19 @@
memory@20000000 {
reg = <0x20000000 0x8000000>;
};

leds {
compatible = "gpio-leds";

pb18 {
label = "pb18";
gpios = <&pioB 18 1>;
linux,default-trigger = "heartbeat";
};

pd21 {
label = "pd21";
gpios = <&pioD 21 0>;
};
};
};

0 comments on commit c61c8d6

Please sign in to comment.