OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 8... Line 8...
8 memory@0 { 8 memory@0 {
9 device_type = "memory"; 9 device_type = "memory";
10 reg = <0x0 0x8000000>; 10 reg = <0x0 0x8000000>;
11 }; 11 };
Line 12... Line 12...
12   12  
13 leds { 13 gpio-leds {
Line -... Line 14...
-   14 compatible = "gpio-leds";
-   15  
-   16 // Only USB LED is connected to GPIO.
-   17 // All of other LEDs are connected directly to
-   18 // switch, WiFi chip, Vcc, so they are not controllable
14 compatible = "gpio-leds"; 19 // via GPIO
15   20  
16 usb { 21 usb {
17 label = "w2914nsv2:green:usb"; -  
18 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>; -  
19 trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>; 22 label = "w2914nsv2:green:usb";
20 linux,default-trigger = "usbport"; 23 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
21 }; 24 };