OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 9... Line 9...
9 memory@0 { 9 memory@0 {
10 device_type = "memory"; 10 device_type = "memory";
11 reg = <0x0 0x10000000>; 11 reg = <0x0 0x10000000>;
12 }; 12 };
Line 13... Line 13...
13   13  
14 leds { 14 gpio-leds {
Line -... Line 15...
-   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"; -  
19 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>; -  
20 trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>; 23 label = "11acnas:green:usb";
21 linux,default-trigger = "usbport"; 24 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
22 }; 25 };