OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 51... Line 51...
51 led-running = &led_pass; 51 led-running = &led_pass;
52 led-upgrade = &led_pass; 52 led-upgrade = &led_pass;
53 }; 53 };
Line 54... Line 54...
54   54  
55 chosen { 55 chosen {
56 stdout-path = "serial0:115200n8"; 56 linux,stdout-path = "serial0:115200n8";
Line 57... Line 57...
57 }; 57 };
58   58  
59 soc { 59 soc {
60 rpm@108000 { 60 rpm@108000 {
61 pinctrl-0 = <&rpm_pins>; 61 pinctrl-0 = <&rpm_pins>;
Line 62... Line 62...
62 pinctrl-names = "default"; 62 pinctrl-names = "default";
Line 227... Line 227...
227 pinctrl-names = "default"; 227 pinctrl-names = "default";
Line 228... Line 228...
228   228  
Line 229... Line 229...
229 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>; 229 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
-   230  
230   231 ethernet-phy@0 {
231 ethernet-phy@0 { 232 device_type = "ethernet-phy";
232 reg = <0>; 233 reg = <0>;
233 qca,ar8327-initvals = < 234 qca,ar8327-initvals = <
234 0x00004 0x7600000 /* PAD0_MODE */ 235 0x00004 0x7600000 /* PAD0_MODE */
Line 240... Line 241...
240 0x00094 0x4e /* PORT6_STATUS */ 241 0x00094 0x4e /* PORT6_STATUS */
241 >; 242 >;
242 }; 243 };
Line 243... Line 244...
243   244  
-   245 ethernet-phy@4 {
244 ethernet-phy@4 { 246 device_type = "ethernet-phy";
245 reg = <4>; 247 reg = <4>;
246 }; 248 };
Line 247... Line 249...
247 }; 249 };
248   250  
Line 249... Line 251...
249 leds { 251 gpio-leds {
250 compatible = "gpio-leds"; 252 compatible = "gpio-leds";
Line 292... Line 294...
292 label = "wpq864:green:usb-pcie"; 294 label = "wpq864:green:usb-pcie";
293 gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>; 295 gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
294 }; 296 };
295 }; 297 };
Line 296... Line 298...
296   298  
297 keys { 299 gpio-keys {
Line 298... Line 300...
298 compatible = "gpio-keys"; 300 compatible = "gpio-keys";
299   301  
Line 441... Line 443...
441 }; 443 };
442 }; 444 };
Line 443... Line 445...
443   445  
444 led_pins: led_pins { 446 led_pins: led_pins {
445 mux { 447 mux {
446 pins = "gpio7", "gpio8", "gpio9", "gpio22", 448 pins = "gpio7", "gpio8", "gpio9", "gpio22",
447 "gpio23", "gpio24", "gpio25", "gpio53"; 449 "gpio23", "gpio24", "gpio25", "gpio53";
448 function = "gpio"; 450 function = "gpio";
449 drive-strength = <2>; 451 drive-strength = <2>;
450 bias-pull-up; 452 bias-pull-up;