OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 2 Rev 3
1 /dts-v1/; 1 /dts-v1/;
2   2  
3 #include "W2914NSV2.dtsi" 3 #include "W2914NSV2.dtsi"
4   4  
5 / { 5 / {
6 compatible = "wevo,11acnas", "wevo,w2914ns-v2", "mediatek,mt7621-soc"; 6 compatible = "wevo,11acnas", "wevo,w2914ns-v2", "mediatek,mt7621-soc";
7 model = "WeVO 11AC NAS Router"; 7 model = "WeVO 11AC NAS Router";
8   8  
9 memory@0 { 9 memory@0 {
10 device_type = "memory"; 10 device_type = "memory";
11 reg = <0x0 0x10000000>; 11 reg = <0x0 0x10000000>;
12 }; 12 };
13   13  
14 leds { 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
15 compatible = "gpio-leds"; 20 // via GPIO
16   21  
17 usb { 22 usb {
18 label = "11acnas:green:usb"; 23 label = "11acnas:green:usb";
19 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>; 24 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
20 trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>; -  
21 linux,default-trigger = "usbport"; -  
22 }; 25 };
23 }; 26 };
24 }; 27 };
25   28