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