ramips: use destinct 11AC NAS board name
[openwrt/staging/blogic.git] / target / linux / ramips / dts / W2914NSV2.dts
index 37afffd475c545826af80d8efdb100e75994dbeb..ac26dbe75d9b00090083a86ccc7496dfd65ea5d4 100644 (file)
@@ -9,4 +9,18 @@
                device_type = "memory";
                reg = <0x0 0x8000000>;
        };
+
+       gpio-leds {
+               compatible = "gpio-leds";
+
+               // Only USB LED is connected to GPIO.
+               // All of other LEDs are connected directly to
+               // switch, WiFi chip, Vcc, so they are not controllable
+               // via GPIO
+
+               usb {
+                       label = "w2914nsv2:green:usb";
+                       gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
+               };
+       };
 };