OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 36... Line 36...
36 led-upgrade = &power; 36 led-upgrade = &power;
37 }; 37 };
Line 38... Line 38...
38   38  
39 chosen { 39 chosen {
40 bootargs = "rootfstype=squashfs noinitrd"; 40 bootargs = "rootfstype=squashfs noinitrd";
41 stdout-path = "serial0:115200n8"; 41 linux,stdout-path = "serial0:115200n8";
Line 42... Line 42...
42 }; 42 };
43   43  
44 soc { 44 soc {
Line 282... Line 282...
282 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>; 282 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
283 pinctrl-0 = <&mdio0_pins>; 283 pinctrl-0 = <&mdio0_pins>;
284 pinctrl-names = "default"; 284 pinctrl-names = "default";
Line 285... Line 285...
285   285  
-   286 phy0: ethernet-phy@0 {
286 phy0: ethernet-phy@0 { 287 device_type = "ethernet-phy";
287 reg = <0>; 288 reg = <0>;
288 qca,ar8327-initvals = < 289 qca,ar8327-initvals = <
289 0x00004 0x7600000 /* PAD0_MODE */ 290 0x00004 0x7600000 /* PAD0_MODE */
290 0x00008 0x1000000 /* PAD5_MODE */ 291 0x00008 0x1000000 /* PAD5_MODE */
Line 295... Line 296...
295 0x00094 0x4e /* PORT6_STATUS */ 296 0x00094 0x4e /* PORT6_STATUS */
296 >; 297 >;
297 }; 298 };
Line 298... Line 299...
298   299  
-   300 phy4: ethernet-phy@4 {
299 phy4: ethernet-phy@4 { 301 device_type = "ethernet-phy";
300 reg = <4>; 302 reg = <4>;
301 }; 303 };
Line 302... Line 304...
302 }; 304 };
Line 329... Line 331...
329 full-duplex; 331 full-duplex;
330 }; 332 };
331 }; 333 };
332 }; 334 };
Line 333... Line 335...
333   335  
334 keys { 336 gpio-keys {
335 compatible = "gpio-keys"; 337 compatible = "gpio-keys";
336 pinctrl-0 = <&button_pins>; 338 pinctrl-0 = <&button_pins>;
Line 337... Line 339...
337 pinctrl-names = "default"; 339 pinctrl-names = "default";
Line 353... Line 355...
353 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>; 355 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
354 linux,code = <KEY_WPS_BUTTON>; 356 linux,code = <KEY_WPS_BUTTON>;
355 }; 357 };
356 }; 358 };
Line 357... Line 359...
357   359  
358 leds { 360 gpio-leds {
359 compatible = "gpio-leds"; 361 compatible = "gpio-leds";
360 pinctrl-0 = <&led_pins>; 362 pinctrl-0 = <&led_pins>;
Line 361... Line 363...
361 pinctrl-names = "default"; 363 pinctrl-names = "default";