Fresh pull from upstream
[librecmc/librecmc.git] / target / linux / ramips / dts / 11ACNAS.dts
1 /dts-v1/;
2
3 #include "W2914NSV2.dtsi"
4
5 / {
6         model = "WeVO 11AC NAS Router";
7
8         memory@0 {
9                 device_type = "memory";
10                 reg = <0x0 0x10000000>;
11         };
12
13         gpio-leds {
14                 compatible = "gpio-leds";
15
16                 // Only USB LED is connected to GPIO.
17                 // All of other LEDs are connected directly to
18                 // switch, WiFi chip, Vcc, so they are not controllable
19                 // via GPIO
20
21                 usb {
22                         label = "11acnas:green:usb";
23                         gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
24                 };
25         };
26 };