OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 30... Line 30...
30 led-running = &power; 30 led-running = &power;
31 led-upgrade = &general; 31 led-upgrade = &general;
32 }; 32 };
Line 33... Line 33...
33   33  
34 chosen { 34 chosen {
35 stdout-path = "serial0:115200n8"; 35 linux,stdout-path = "serial0:115200n8";
Line 36... Line 36...
36 }; 36 };
37   37  
38 soc { 38 soc {
Line 360... Line 360...
360 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>; 360 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
361 pinctrl-0 = <&mdio0_pins>; 361 pinctrl-0 = <&mdio0_pins>;
362 pinctrl-names = "default"; 362 pinctrl-names = "default";
Line 363... Line 363...
363   363  
-   364 phy0: ethernet-phy@0 {
364 phy0: ethernet-phy@0 { 365 device_type = "ethernet-phy";
365 reg = <0>; 366 reg = <0>;
366 qca,ar8327-initvals = < 367 qca,ar8327-initvals = <
367 0x00004 0x7600000 /* PAD0_MODE */ 368 0x00004 0x7600000 /* PAD0_MODE */
368 0x00008 0x1000000 /* PAD5_MODE */ 369 0x00008 0x1000000 /* PAD5_MODE */
Line 373... Line 374...
373 0x00094 0x4e /* PORT6_STATUS */ 374 0x00094 0x4e /* PORT6_STATUS */
374 >; 375 >;
375 }; 376 };
Line 376... Line 377...
376   377  
-   378 phy4: ethernet-phy@4 {
377 phy4: ethernet-phy@4 { 379 device_type = "ethernet-phy";
378 reg = <4>; 380 reg = <4>;
379 }; 381 };
Line 380... Line 382...
380 }; 382 };
Line 408... Line 410...
408 full-duplex; 410 full-duplex;
409 }; 411 };
410 }; 412 };
411 }; 413 };
Line 412... Line 414...
412   414  
413 keys { 415 gpio-keys {
414 compatible = "gpio-keys"; 416 compatible = "gpio-keys";
415 pinctrl-0 = <&button_pins>; 417 pinctrl-0 = <&button_pins>;
Line 416... Line 418...
416 pinctrl-names = "default"; 418 pinctrl-names = "default";
Line 438... Line 440...
438 gpios = <&qcom_pinmux 16 GPIO_ACTIVE_LOW>; 440 gpios = <&qcom_pinmux 16 GPIO_ACTIVE_LOW>;
439 linux,code = <KEY_LIGHTS_TOGGLE>; 441 linux,code = <KEY_LIGHTS_TOGGLE>;
440 }; 442 };
441 }; 443 };
Line 442... Line 444...
442   444  
443 leds { 445 gpio-leds {
444 compatible = "gpio-leds"; 446 compatible = "gpio-leds";
445 pinctrl-0 = <&led_pins>; 447 pinctrl-0 = <&led_pins>;
Line 446... Line 448...
446 pinctrl-names = "default"; 448 pinctrl-names = "default";