Skip to content

Commit

Permalink
ARM: at91: at91sam9x5cm/dt: add leds support
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD committed Mar 1, 2012
1 parent 2ea332d commit f75622f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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 f75622f

Please sign in to comment.