OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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  
3 office 14 gpio-leds {
1 office 15 compatible = "gpio-leds";
16  
3 office 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  
1 office 22 usb {
23 label = "11acnas:green:usb";
24 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
25 };
26 };
27 };