2b1556696854c78814d484b9db3a9923ea74ab93
[oweals/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         leds {
15                 compatible = "gpio-leds";
16
17                 usb {
18                         label = "11acnas:green:usb";
19                         gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
20                         trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>;
21                         linux,default-trigger = "usbport";
22                 };
23         };
24 };