diff mbox

[OpenWrt-Devel] ramips: added led support for wrtnode board

Message ID 1436642229-3841-1-git-send-email-christian@m3hlis.de
State Accepted
Headers show

Commit Message

Christian Mehlis July 11, 2015, 7:17 p.m. UTC
This syncs the dts file with the one provided by the wrtnode team:
https://github.com/WRTnode/openwrt-patches/blob/master/R41508/wrtnode_factory_firmware_dts.patch

Signed-off-by: Christian Mehlis <christian@m3hlis.de>
---
 target/linux/ramips/dts/WRTNODE.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)
diff mbox

Patch

diff --git a/target/linux/ramips/dts/WRTNODE.dts b/target/linux/ramips/dts/WRTNODE.dts
index 3fb2303..793c02f 100644
--- a/target/linux/ramips/dts/WRTNODE.dts
+++ b/target/linux/ramips/dts/WRTNODE.dts
@@ -7,6 +7,10 @@ 
 	model = "WRTNODE";
 
 	palmbus@10000000 {
+		gpio1: gpio@638 {
+			status = "okay";
+		};
+
 		gpio2: gpio@660 {
 			status = "okay";
 		};
@@ -77,4 +81,12 @@ 
 			};
 		};
 	};
+
+	gpio-leds {
+		compatible = "gpio-leds";
+		indicator {
+			label = "wrtnode:blue:indicator";
+			gpios = <&gpio1 14 1>;
+		};
+	};
 };