ramips/mt7621: Name DTS files based on scheme
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / mt7621_wevo_11acnas.dts
1 /dts-v1/;
2
3 #include "mt7621_wevo_w2914ns-v2.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 };