OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 32... Line 32...
32 led-upgrade = &power_amber; 32 led-upgrade = &power_amber;
33 }; 33 };
Line 34... Line 34...
34   34  
35 chosen { 35 chosen {
36 bootargs = "rootfstype=squashfs noinitrd"; 36 bootargs = "rootfstype=squashfs noinitrd";
37 stdout-path = "serial0:115200n8"; 37 linux,stdout-path = "serial0:115200n8";
Line 38... Line 38...
38 }; 38 };
39   39  
40 soc { 40 soc {
Line 246... Line 246...
246 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>; 246 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
247 pinctrl-0 = <&mdio0_pins>; 247 pinctrl-0 = <&mdio0_pins>;
248 pinctrl-names = "default"; 248 pinctrl-names = "default";
Line 249... Line 249...
249   249  
-   250 phy0: ethernet-phy@0 {
250 phy0: ethernet-phy@0 { 251 device_type = "ethernet-phy";
251 reg = <0>; 252 reg = <0>;
252 qca,ar8327-initvals = < 253 qca,ar8327-initvals = <
253 0x00004 0x7600000 /* PAD0_MODE */ 254 0x00004 0x7600000 /* PAD0_MODE */
254 0x00008 0x1000000 /* PAD5_MODE */ 255 0x00008 0x1000000 /* PAD5_MODE */
Line 259... Line 260...
259 0x00094 0x4e /* PORT6_STATUS */ 260 0x00094 0x4e /* PORT6_STATUS */
260 >; 261 >;
261 }; 262 };
Line 262... Line 263...
262   263  
-   264 phy4: ethernet-phy@4 {
263 phy4: ethernet-phy@4 { 265 device_type = "ethernet-phy";
264 reg = <4>; 266 reg = <4>;
265 }; 267 };
Line 266... Line 268...
266 }; 268 };
Line 293... Line 295...
293 full-duplex; 295 full-duplex;
294 }; 296 };
295 }; 297 };
296 }; 298 };
Line 297... Line 299...
297   299  
298 keys { 300 gpio-keys {
299 compatible = "gpio-keys"; 301 compatible = "gpio-keys";
300 pinctrl-0 = <&button_pins>; 302 pinctrl-0 = <&button_pins>;
Line 301... Line 303...
301 pinctrl-names = "default"; 303 pinctrl-names = "default";
Line 317... Line 319...
317 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>; 319 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
318 linux,code = <KEY_WPS_BUTTON>; 320 linux,code = <KEY_WPS_BUTTON>;
319 }; 321 };
320 }; 322 };
Line 321... Line 323...
321   323  
322 leds { 324 gpio-leds {
323 compatible = "gpio-leds"; 325 compatible = "gpio-leds";
324 pinctrl-0 = <&led_pins>; 326 pinctrl-0 = <&led_pins>;
Line 325... Line 327...
325 pinctrl-names = "default"; 327 pinctrl-names = "default";