Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339908
b: refs/heads/master
c: 29b0b84
h: refs/heads/master
v: v3
  • Loading branch information
AnilKumar Ch authored and Benoit Cousson committed Nov 6, 2012
1 parent 886641b commit d62cc79
Show file tree
Hide file tree
Showing 2 changed files with 31 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: 2647dd10fcd85aa1404878e8692a1cab928d3ec7
refs/heads/master: 29b0b84381221e94063ceb4129f4e4bc1bce1215
30 changes: 30 additions & 0 deletions trunk/arch/arm/boot/dts/am335x-evmsk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,36 @@
regulator-name = "lis3_reg";
regulator-boot-on;
};

leds {
compatible = "gpio-leds";

led@1 {
label = "evmsk:green:usr0";
gpios = <&gpio2 4 0>;
default-state = "off";
};

led@2 {
label = "evmsk:green:usr1";
gpios = <&gpio2 5 0>;
default-state = "off";
};

led@3 {
label = "evmsk:green:mmc0";
gpios = <&gpio2 6 0>;
linux,default-trigger = "mmc0";
default-state = "off";
};

led@4 {
label = "evmsk:green:heartbeat";
gpios = <&gpio2 7 0>;
linux,default-trigger = "heartbeat";
default-state = "off";
};
};
};

/include/ "tps65910.dtsi"
Expand Down

0 comments on commit d62cc79

Please sign in to comment.