summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-05-10 00:23:04 +0200
committerSimon Horman <horms+renesas@verge.net.au>2013-07-22 10:12:38 +0900
commit0a4f788961f196baa3e8ffd840a2c5931434854e (patch)
treee80e17a4796a4c563c914a70529c381eb7c3200d /arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
parent14d0a2b79623e4773e5fc78950dadac213a30400 (diff)
downloadlinux-0a4f788961f196baa3e8ffd840a2c5931434854e.tar.bz2
ARM: shmobile: armadillo-reference: Add LED1-LED4 to the device tree
LED1 to LED4 are GPIO LEDs. Add corresponding DT nodes. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts')
-rw-r--r--arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
index 8ec4cd174a58..366f72989dc3 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
@@ -34,6 +34,21 @@
regulator-boot-on;
};
+ leds {
+ compatible = "gpio-leds";
+ led1 {
+ gpios = <&pfc 102 GPIO_ACTIVE_HIGH>;
+ };
+ led2 {
+ gpios = <&pfc 111 GPIO_ACTIVE_HIGH>;
+ };
+ led3 {
+ gpios = <&pfc 110 GPIO_ACTIVE_HIGH>;
+ };
+ led4 {
+ gpios = <&pfc 177 GPIO_ACTIVE_HIGH>;
+ };
+ };
};
&i2c0 {