Author: blogic
Date: 2015-07-14 09:41:19 +0200 (Tue, 14 Jul 2015)
New Revision: 46350

Modified:
   trunk/target/linux/ramips/dts/WRTNODE.dts
Log:
ramips: added led support for wrtnode board

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 <[email protected]>

Modified: trunk/target/linux/ramips/dts/WRTNODE.dts
===================================================================
--- trunk/target/linux/ramips/dts/WRTNODE.dts   2015-07-14 07:40:22 UTC (rev 
46349)
+++ trunk/target/linux/ramips/dts/WRTNODE.dts   2015-07-14 07:41:19 UTC (rev 
46350)
@@ -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>;
+               };
+       };
 };
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to