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 273... Line 273...
273 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>; 273 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
274 pinctrl-0 = <&mdio0_pins>; 274 pinctrl-0 = <&mdio0_pins>;
275 pinctrl-names = "default"; 275 pinctrl-names = "default";
Line 276... Line 276...
276   276  
-   277 phy0: ethernet-phy@0 {
277 phy0: ethernet-phy@0 { 278 device_type = "ethernet-phy";
278 reg = <0>; 279 reg = <0>;
279 qca,ar8327-initvals = < 280 qca,ar8327-initvals = <
280 0x00004 0x7600000 /* PAD0_MODE */ 281 0x00004 0x7600000 /* PAD0_MODE */
281 0x00008 0x1000000 /* PAD5_MODE */ 282 0x00008 0x1000000 /* PAD5_MODE */
Line 286... Line 287...
286 0x00094 0x4e /* PORT6_STATUS */ 287 0x00094 0x4e /* PORT6_STATUS */
287 >; 288 >;
288 }; 289 };
Line 289... Line 290...
289   290  
-   291 phy4: ethernet-phy@4 {
290 phy4: ethernet-phy@4 { 292 device_type = "ethernet-phy";
291 reg = <4>; 293 reg = <4>;
292 }; 294 };
Line 293... Line 295...
293 }; 295 };
Line 321... Line 323...
321 full-duplex; 323 full-duplex;
322 }; 324 };
323 }; 325 };
324 }; 326 };
Line 325... Line 327...
325   327  
326 keys { 328 gpio-keys {
327 compatible = "gpio-keys"; 329 compatible = "gpio-keys";
328 pinctrl-0 = <&button_pins>; 330 pinctrl-0 = <&button_pins>;
Line 329... Line 331...
329 pinctrl-names = "default"; 331 pinctrl-names = "default";
Line 357... Line 359...
357 gpios = <&qcom_pinmux 68 GPIO_ACTIVE_LOW>; 359 gpios = <&qcom_pinmux 68 GPIO_ACTIVE_LOW>;
358 linux,code = <KEY_LIGHTS_TOGGLE>; 360 linux,code = <KEY_LIGHTS_TOGGLE>;
359 }; 361 };
360 }; 362 };
Line 361... Line 363...
361   363  
362 leds { 364 gpio-leds {
363 compatible = "gpio-leds"; 365 compatible = "gpio-leds";
364 pinctrl-0 = <&led_pins>; 366 pinctrl-0 = <&led_pins>;
Line 365... Line 367...
365 pinctrl-names = "default"; 367 pinctrl-names = "default";