OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 35... Line 35...
35 led-running = &power_white; 35 led-running = &power_white;
36 led-upgrade = &power_amber; 36 led-upgrade = &power_amber;
37 }; 37 };
Line 38... Line 38...
38   38  
39 chosen { 39 chosen {
40 stdout-path = "serial0:115200n8"; 40 linux,stdout-path = "serial0:115200n8";
Line 41... Line 41...
41 }; 41 };
42   42  
43 soc { 43 soc {
Line 339... Line 339...
339 pinctrl-0 = <&mdio0_pins>; 339 pinctrl-0 = <&mdio0_pins>;
340 pinctrl-names = "default"; 340 pinctrl-names = "default";
Line 341... Line 341...
341   341  
-   342  
342   343 phy0: ethernet-phy@0 {
343 phy0: ethernet-phy@0 { 344 device_type = "ethernet-phy";
344 reg = <0>; 345 reg = <0>;
345 qca,ar8327-initvals = < 346 qca,ar8327-initvals = <
346 0x00004 0x7600000 /* PAD0_MODE */ 347 0x00004 0x7600000 /* PAD0_MODE */
Line 370... Line 371...
370 0x2 0x21 /* VLAN2 Ports 0/5 */ 371 0x2 0x21 /* VLAN2 Ports 0/5 */
371 >; 372 >;
372 }; 373 };
Line 373... Line 374...
373   374  
-   375 phy4: ethernet-phy@4 {
374 phy4: ethernet-phy@4 { 376 device_type = "ethernet-phy";
375 reg = <4>; 377 reg = <4>;
376 qca,ar8327-initvals = < 378 qca,ar8327-initvals = <
377 0x000e4 0x6a545 /* MAC_POWER_SEL */ 379 0x000e4 0x6a545 /* MAC_POWER_SEL */
378 0x0000c 0x80 /* PAD6_MODE */ 380 0x0000c 0x80 /* PAD6_MODE */
Line 422... Line 424...
422 full-duplex; 424 full-duplex;
423 }; 425 };
424 }; 426 };
425 }; 427 };
Line 426... Line 428...
426   428  
427 keys { 429 gpio-keys {
428 compatible = "gpio-keys"; 430 compatible = "gpio-keys";
429 pinctrl-0 = <&button_pins>; 431 pinctrl-0 = <&button_pins>;
Line 430... Line 432...
430 pinctrl-names = "default"; 432 pinctrl-names = "default";
Line 452... Line 454...
452 debounce-interval = <60>; 454 debounce-interval = <60>;
453 wakeup-source; 455 wakeup-source;
454 }; 456 };
455 }; 457 };
Line 456... Line 458...
456   458  
457 leds { 459 gpio-leds {
458 compatible = "gpio-leds"; 460 compatible = "gpio-leds";
459 pinctrl-0 = <&led_pins>; 461 pinctrl-0 = <&led_pins>;
Line 460... Line 462...
460 pinctrl-names = "default"; 462 pinctrl-names = "default";