OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 31... Line 31...
31 led-upgrade = &power_amber; 31 led-upgrade = &power_amber;
32 }; 32 };
Line 33... Line 33...
33   33  
34 chosen { 34 chosen {
35 bootargs = "rootfstype=squashfs noinitrd"; 35 bootargs = "rootfstype=squashfs noinitrd";
36 stdout-path = "serial0:115200n8"; 36 linux,stdout-path = "serial0:115200n8";
Line 37... Line 37...
37 }; 37 };
38   38  
39 soc { 39 soc {
Line 281... Line 281...
281 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>; 281 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
282 pinctrl-0 = <&mdio0_pins>; 282 pinctrl-0 = <&mdio0_pins>;
283 pinctrl-names = "default"; 283 pinctrl-names = "default";
Line 284... Line 284...
284   284  
-   285 phy0: ethernet-phy@0 {
285 phy0: ethernet-phy@0 { 286 device_type = "ethernet-phy";
286 reg = <0>; 287 reg = <0>;
287 qca,ar8327-initvals = < 288 qca,ar8327-initvals = <
288 0x00004 0x7600000 /* PAD0_MODE */ 289 0x00004 0x7600000 /* PAD0_MODE */
289 0x00008 0x1000000 /* PAD5_MODE */ 290 0x00008 0x1000000 /* PAD5_MODE */
Line 294... Line 295...
294 0x00094 0x4e /* PORT6_STATUS */ 295 0x00094 0x4e /* PORT6_STATUS */
295 >; 296 >;
296 }; 297 };
Line 297... Line 298...
297   298  
-   299 phy4: ethernet-phy@4 {
298 phy4: ethernet-phy@4 { 300 device_type = "ethernet-phy";
299 reg = <4>; 301 reg = <4>;
300 }; 302 };
Line 301... Line 303...
301 }; 303 };
Line 324... Line 326...
324 full-duplex; 326 full-duplex;
325 }; 327 };
326 }; 328 };
327 }; 329 };
Line 328... Line 330...
328   330  
329 keys { 331 gpio-keys {
330 compatible = "gpio-keys"; 332 compatible = "gpio-keys";
331 pinctrl-0 = <&button_pins>; 333 pinctrl-0 = <&button_pins>;
Line 332... Line 334...
332 pinctrl-names = "default"; 334 pinctrl-names = "default";
Line 348... Line 350...
348 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>; 350 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
349 linux,code = <KEY_WPS_BUTTON>; 351 linux,code = <KEY_WPS_BUTTON>;
350 }; 352 };
351 }; 353 };
Line 352... Line 354...
352   354  
353 leds { 355 gpio-leds {
354 compatible = "gpio-leds"; 356 compatible = "gpio-leds";
355 pinctrl-0 = <&led_pins>; 357 pinctrl-0 = <&led_pins>;
Line 356... Line 358...
356 pinctrl-names = "default"; 358 pinctrl-names = "default";