ramips: use destinct 11AC NAS board name
[openwrt/staging/blogic.git] / target / linux / ramips / dts / 11ACNAS.dts
index 55678f532b0eb9a14a65bb609a91f6948c16668d..8be9869db9ad4ea86ef70d9e0015e9fe5fc32c95 100644 (file)
@@ -9,4 +9,18 @@
                device_type = "memory";
                reg = <0x0 0x10000000>;
        };
+
+       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 = "11acnas:green:usb";
+                       gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
+               };
+       };
 };