OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7   7  
8 / { 8 / {
9 compatible = "tplink,c20-v4", "mediatek,mt7628an-soc"; 9 compatible = "tplink,c20-v4", "mediatek,mt7628an-soc";
Line 10... Line -...
10 model = "TP-Link Archer C20 v4"; -  
11   -  
12 aliases { -  
13 led-boot = &led_power; -  
14 led-failsafe = &led_power; -  
15 led-running = &led_power; -  
16 led-upgrade = &led_power; -  
17 }; 10 model = "TP-Link Archer C20 v4";
18   11  
Line 19... Line 12...
19 leds { 12 gpio-leds {
20 compatible = "gpio-leds"; 13 compatible = "gpio-leds";
21   14  
22 lan { 15 lan {
Line 23... Line 16...
23 label = "c20-v4:green:lan"; 16 label = "c20-v4:green:lan";
24 gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; 17 gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
25 }; 18 };
26   19  
Line 27... Line 20...
27 led_power: power { 20 power {
Line 36... Line 29...
36   29  
37 wan_orange { 30 wan_orange {
38 label = "c20-v4:orange:wan"; 31 label = "c20-v4:orange:wan";
39 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; 32 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
40 }; 33 };
41   34
42 wlan5g { 35 wlan5g {
43 label = "c20-v4:green:wlan5g"; 36 label = "c20-v4:green:wlan5g";
44 gpios = <&gpio1 8 GPIO_ACTIVE_LOW>; 37 gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
Line 53... Line 46...
53 label = "c20-v4:green:wps"; 46 label = "c20-v4:green:wps";
54 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; 47 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
55 }; 48 };
56 }; 49 };
Line 57... Line 50...
57   50  
58 keys { 51 gpio-keys-polled {
-   52 compatible = "gpio-keys-polled";
-   53 #address-cells = <1>;
59 compatible = "gpio-keys-polled"; 54 #size-cells = <0>;
Line 60... Line 55...
60 poll-interval = <20>; 55 poll-interval = <20>;
61   56  
62 reset { 57 reset {
Line 90... Line 85...
90 }; 85 };
91 }; 86 };
Line 92... Line 87...
92   87  
93 &pcie { 88 &pcie {
94 status = "okay"; -  
Line 95... Line 89...
95 }; 89 status = "okay";
96   90  
97 &pcie0 { 91 pcie-bridge {
-   92 mt76@0,0 {
98 mt76@0,0 { 93 reg = <0x0000 0 0 0 0>;
99 reg = <0x0000 0 0 0 0>; 94 device_type = "pci";
100 mediatek,mtd-eeprom = <&factory 0x28000>; 95 mediatek,mtd-eeprom = <&factory 0x28000>;
101 ieee80211-freq-limit = <5000000 6000000>; 96 ieee80211-freq-limit = <5000000 6000000>;
-   97 mtd-mac-address = <&factory 0xf100>;
102 mtd-mac-address = <&factory 0xf100>; 98 mtd-mac-address-increment = <(-1)>;
103 mtd-mac-address-increment = <(-1)>; 99 };