mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
Revert "ramips: mt7621-dts: mux phy0/4 to gmac1"
This reverts commit a28334d8b8
.
Closed: #10050, #10053
This commit is contained in:
parent
a3b880a4e8
commit
39c57aca18
@ -490,7 +490,13 @@
|
|||||||
compatible = "mediatek,eth-mac";
|
compatible = "mediatek,eth-mac";
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
phy-mode = "rgmii-rxid";
|
phy-mode = "rgmii";
|
||||||
|
|
||||||
|
fixed-link {
|
||||||
|
speed = <1000>;
|
||||||
|
full-duplex;
|
||||||
|
pause;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mdio: mdio-bus {
|
mdio: mdio-bus {
|
||||||
@ -567,7 +573,7 @@
|
|||||||
mtketh-wan = "wan";
|
mtketh-wan = "wan";
|
||||||
mtketh-ppd = "lan";
|
mtketh-ppd = "lan";
|
||||||
mtketh-lan = "lan";
|
mtketh-lan = "lan";
|
||||||
mtketh-max-gmac = <2>;
|
mtketh-max-gmac = <1>;
|
||||||
mtkdsa-wan-port = <4>;
|
mtkdsa-wan-port = <4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -104,19 +104,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe00c>;
|
mtd-mac-address = <&factory 0xe00c>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe00c>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -138,6 +125,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe00c>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -109,19 +109,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -143,6 +130,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -7,26 +7,18 @@
|
|||||||
model = "AsiaRF AP7621-001";
|
model = "AsiaRF AP7621-001";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan";
|
label = "lan";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -7,23 +7,15 @@
|
|||||||
model = "AsiaRF AP7621-NV1";
|
model = "AsiaRF AP7621-NV1";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
port@2 {
|
port@2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
|
@ -133,21 +133,14 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
|
@ -134,22 +134,13 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
model = "ASUS RT-N56U B1";
|
model = "ASUS RT-N56U B1";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
label-mac-device = &gmac1;
|
label-mac-device = &wan;
|
||||||
led-boot = &led_power;
|
led-boot = &led_power;
|
||||||
led-failsafe = &led_power;
|
led-failsafe = &led_power;
|
||||||
led-running = &led_power;
|
led-running = &led_power;
|
||||||
@ -143,19 +143,6 @@
|
|||||||
mtd-mac-address = <&factory 0x8004>;
|
mtd-mac-address = <&factory 0x8004>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -177,6 +164,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wan: port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x4>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -152,18 +152,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -185,6 +173,11 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -168,23 +168,13 @@
|
|||||||
mtd-mac-address-increment = <(-1)>;
|
mtd-mac-address-increment = <(-1)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
mtd-mac-address-increment = <(-1)>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -176,19 +176,6 @@
|
|||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -210,6 +197,11 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -156,21 +156,6 @@
|
|||||||
mtd-mac-address = <&bdinfo 0xde00>;
|
mtd-mac-address = <&bdinfo 0xde00>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&bdinfo 0xde00>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -192,6 +177,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&bdinfo 0xde00>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -81,21 +81,6 @@
|
|||||||
mtd-mac-address = <&bdinfo 0xde00>;
|
mtd-mac-address = <&bdinfo 0xde00>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&bdinfo 0xde00>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&pcie {
|
&pcie {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
@ -204,5 +189,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
|
||||||
|
mtd-mac-address = <&bdinfo 0xde00>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -166,19 +166,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -200,6 +187,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
model = "D-Link DIR-853 R1";
|
model = "D-Link DIR-853 R1";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
label-mac-device = &gmac1;
|
label-mac-device = &wan;
|
||||||
led-boot = &led_power_orange;
|
led-boot = &led_power_orange;
|
||||||
led-failsafe = &led_power_blue;
|
led-failsafe = &led_power_blue;
|
||||||
led-running = &led_power_blue;
|
led-running = &led_power_blue;
|
||||||
@ -105,21 +105,6 @@
|
|||||||
mtd-mac-address-increment = <(-1)>;
|
mtd-mac-address-increment = <(-1)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
mtd-mac-address-increment = <(-2)>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -141,6 +126,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wan: port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x4>;
|
||||||
|
mtd-mac-address-increment = <(-2)>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -112,21 +112,13 @@
|
|||||||
mtd-mac-address = <&radio 0x4>;
|
mtd-mac-address = <&radio 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
mtd-mac-address = <&radio 0x4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -95,19 +95,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -129,6 +116,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -155,19 +155,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -189,6 +176,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -121,21 +121,13 @@
|
|||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -70,21 +70,14 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
mtd-mac-address = <&factory 0xfff4>;
|
mtd-mac-address = <&factory 0xfff4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
&wan {
|
||||||
mtd-mac-address = <&factory 0xfffa>;
|
mtd-mac-address = <&factory 0xfffa>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
&wan {
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -136,20 +136,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
&wan {
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
led-failsafe = &led_power_green;
|
led-failsafe = &led_power_green;
|
||||||
led-running = &led_power_green;
|
led-running = &led_power_green;
|
||||||
led-upgrade = &led_power_green;
|
led-upgrade = &led_power_green;
|
||||||
label-mac-device = &gmac1;
|
label-mac-device = &wan;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds: leds {
|
leds: leds {
|
||||||
@ -83,20 +83,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
wan: port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -113,14 +113,7 @@
|
|||||||
&gmac1 {
|
&gmac1 {
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
mtd-mac-address-increment = <1>;
|
mtd-mac-address-increment = <1>;
|
||||||
phy-mode = "rgmii";
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <1000>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&gsw {
|
&gsw {
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
led-failsafe = &led_run;
|
led-failsafe = &led_run;
|
||||||
led-running = &led_run;
|
led-running = &led_run;
|
||||||
led-upgrade = &led_run;
|
led-upgrade = &led_run;
|
||||||
label-mac-device = &gmac1;
|
label-mac-device = &wan;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
@ -119,19 +119,6 @@
|
|||||||
mtd-mac-address-increment = <1>;
|
mtd-mac-address-increment = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0x4000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@2 {
|
port@2 {
|
||||||
@ -143,6 +130,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan2";
|
label = "lan2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wan: port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x4000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -104,24 +104,16 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "ethblue";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "ethblack";
|
label = "lan1";
|
||||||
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "lan2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -104,30 +104,16 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "ethyellow";
|
|
||||||
phy-handle = <ðphy5>;
|
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy5: ethernet-phy@5 {
|
|
||||||
reg = <5>;
|
|
||||||
phy-mode = "rgmii-rxid";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "ethblack";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
port@4 {
|
port@4 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "ethblue";
|
label = "lan2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -73,6 +73,11 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -80,18 +85,6 @@
|
|||||||
mtd-mac-address = <&factory 0x8004>;
|
mtd-mac-address = <&factory 0x8004>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&state_default {
|
&state_default {
|
||||||
gpio {
|
gpio {
|
||||||
groups = "rgmii2", "jtag";
|
groups = "rgmii2", "jtag";
|
||||||
|
@ -129,18 +129,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@1 {
|
port@1 {
|
||||||
@ -157,6 +145,11 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan3";
|
label = "lan3";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -131,23 +131,15 @@
|
|||||||
mtd-mac-address = <&iNIC_rf 0x4>;
|
mtd-mac-address = <&iNIC_rf 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x4>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
led-failsafe = &led_power;
|
led-failsafe = &led_power;
|
||||||
led-running = &led_power;
|
led-running = &led_power;
|
||||||
led-upgrade = &led_power;
|
led-upgrade = &led_power;
|
||||||
label-mac-device = &gmac1;
|
label-mac-device = &wan;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
@ -130,21 +130,14 @@
|
|||||||
mtd-mac-address = <&factory 0x1e000>;
|
mtd-mac-address = <&factory 0x1e000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
mtd-mac-address = <&factory 0x1e006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
wan: port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x1e006>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -131,23 +131,15 @@
|
|||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x4>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
led-failsafe = &led_power;
|
led-failsafe = &led_power;
|
||||||
led-running = &led_power;
|
led-running = &led_power;
|
||||||
led-upgrade = &led_power;
|
led-upgrade = &led_power;
|
||||||
label-mac-device = &gmac1;
|
label-mac-device = &wan;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
@ -121,22 +121,14 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
wan: port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -123,22 +123,13 @@
|
|||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -114,22 +114,14 @@
|
|||||||
mtd-mac-address = <&uboot 0x1fc20>;
|
mtd-mac-address = <&uboot 0x1fc20>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&uboot 0x1fc40>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&uboot 0x1fc40>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
|
@ -98,22 +98,14 @@
|
|||||||
mtd-mac-address = <&uboot 0x1fc20>;
|
mtd-mac-address = <&uboot 0x1fc20>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&uboot 0x1fc40>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&uboot 0x1fc40>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
led-failsafe = &led_wps;
|
led-failsafe = &led_wps;
|
||||||
led-running = &led_wps;
|
led-running = &led_wps;
|
||||||
led-upgrade = &led_wps;
|
led-upgrade = &led_wps;
|
||||||
label-mac-device = &gmac1;
|
label-mac-device = &wan;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
@ -132,19 +132,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -169,6 +156,7 @@
|
|||||||
wan: port@4 {
|
wan: port@4 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "wan";
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x4>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -93,19 +93,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -127,6 +114,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -147,25 +147,14 @@
|
|||||||
mtd-mac-address = <&factory 0x3fff4>;
|
mtd-mac-address = <&factory 0x3fff4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
mtd-mac-address = <&factory 0x3fffa>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&hnat {
|
|
||||||
mtkdsa-wan-port = <0>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x3fffa>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
|
@ -94,14 +94,7 @@
|
|||||||
|
|
||||||
&gmac1 {
|
&gmac1 {
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
phy-mode = "rgmii";
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <1000>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&gsw {
|
&gsw {
|
||||||
|
@ -135,19 +135,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@1 {
|
port@1 {
|
||||||
@ -159,6 +146,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -148,18 +148,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -181,6 +169,11 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -173,20 +173,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
|
@ -116,22 +116,13 @@
|
|||||||
mtd-mac-address = <&factory 0x2e>;
|
mtd-mac-address = <&factory 0x2e>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "lan1";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x2e>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "lan1";
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan2";
|
label = "lan2";
|
||||||
|
@ -116,21 +116,6 @@
|
|||||||
mtd-mac-address = <&factory 0x5>;
|
mtd-mac-address = <&factory 0x5>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x5>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -152,6 +137,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x5>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -39,18 +39,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -72,6 +60,11 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -35,23 +35,3 @@
|
|||||||
function = "gpio";
|
function = "gpio";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
|
||||||
ports {
|
|
||||||
port@0 {
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
@ -90,20 +90,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
|
@ -97,21 +97,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -133,6 +118,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -110,21 +110,6 @@
|
|||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -146,6 +131,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x4>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -165,21 +165,6 @@
|
|||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
mtd-mac-address-increment = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -201,6 +186,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x4>;
|
||||||
|
mtd-mac-address-increment = <2>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -99,21 +99,6 @@
|
|||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
|
||||||
mtd-mac-address-increment = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -135,6 +120,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x4>;
|
||||||
|
mtd-mac-address-increment = <2>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -125,19 +125,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -159,6 +146,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -128,22 +128,6 @@
|
|||||||
nvmem-cell-names = "mac-address";
|
nvmem-cell-names = "mac-address";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
nvmem-cells = <&macaddr_bdinfo_9>;
|
|
||||||
nvmem-cell-names = "mac-address";
|
|
||||||
mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@2 {
|
port@2 {
|
||||||
@ -155,6 +139,14 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
nvmem-cells = <&macaddr_bdinfo_9>;
|
||||||
|
nvmem-cell-names = "mac-address";
|
||||||
|
mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -107,14 +107,7 @@
|
|||||||
|
|
||||||
&gmac1 {
|
&gmac1 {
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
phy-mode = "rgmii";
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <1000>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&gsw {
|
&gsw {
|
||||||
|
@ -78,19 +78,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -112,6 +99,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -115,14 +115,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
&gmac1 {
|
||||||
phy-mode = "rgmii";
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <1000>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&gsw {
|
&gsw {
|
||||||
|
@ -109,19 +109,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -143,6 +130,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -105,21 +105,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe006>;
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -141,6 +126,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
led-failsafe = &led_red;
|
led-failsafe = &led_red;
|
||||||
led-running = &led_blue;
|
led-running = &led_blue;
|
||||||
led-upgrade = &led_red;
|
led-upgrade = &led_red;
|
||||||
label-mac-device = &gmac1;
|
label-mac-device = &wan_port;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
@ -112,21 +112,14 @@
|
|||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
mtd-mac-address = <&factory 0x28>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
wan_port: port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0x28>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
|
@ -103,21 +103,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -139,6 +124,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -100,19 +100,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -134,6 +121,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -165,23 +165,15 @@
|
|||||||
mtd-mac-address = <&config 0x8>;
|
mtd-mac-address = <&config 0x8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&config 0x8>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&config 0x8>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
|
@ -4,25 +4,3 @@
|
|||||||
model = "Ubiquiti EdgeRouter X";
|
model = "Ubiquiti EdgeRouter X";
|
||||||
compatible = "ubnt,edgerouter-x", "mediatek,mt7621-soc";
|
compatible = "ubnt,edgerouter-x", "mediatek,mt7621-soc";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "eth0";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0x22>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
|
||||||
ports {
|
|
||||||
port@0 {
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
@ -77,21 +77,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
|
||||||
mtd-mac-address-increment = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -113,6 +98,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
|
mtd-mac-address-increment = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -179,19 +179,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe006>;
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@1 {
|
port@1 {
|
||||||
@ -208,6 +195,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -68,19 +68,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@1 {
|
port@1 {
|
||||||
@ -92,6 +79,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
led-failsafe = &led_status_yellow;
|
led-failsafe = &led_status_yellow;
|
||||||
led-running = &led_status_blue;
|
led-running = &led_status_blue;
|
||||||
led-upgrade = &led_status_yellow;
|
led-upgrade = &led_status_yellow;
|
||||||
label-mac-device = &gmac1;
|
label-mac-device = &wan;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
@ -135,21 +135,6 @@
|
|||||||
nvmem-cell-names = "mac-address";
|
nvmem-cell-names = "mac-address";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
|
|
||||||
nvmem-cells = <&macaddr_factory_e006>;
|
|
||||||
nvmem-cell-names = "mac-address";
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@2 {
|
port@2 {
|
||||||
@ -161,6 +146,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wan: port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
nvmem-cells = <&macaddr_factory_e006>;
|
||||||
|
nvmem-cell-names = "mac-address";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -135,14 +135,7 @@
|
|||||||
|
|
||||||
&gmac1 {
|
&gmac1 {
|
||||||
mtd-mac-address = <&factory 0x3fffa>;
|
mtd-mac-address = <&factory 0x3fffa>;
|
||||||
phy-mode = "rgmii";
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <1000>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&gsw {
|
&gsw {
|
||||||
|
@ -30,14 +30,7 @@
|
|||||||
|
|
||||||
&gmac1 {
|
&gmac1 {
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
phy-mode = "rgmii";
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <1000>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&gsw {
|
&gsw {
|
||||||
|
@ -91,14 +91,7 @@
|
|||||||
&gmac1 {
|
&gmac1 {
|
||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
mtd-mac-address-increment = <1>;
|
mtd-mac-address-increment = <1>;
|
||||||
phy-mode = "rgmii";
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <1000>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&gsw {
|
&gsw {
|
||||||
|
@ -128,21 +128,14 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy0>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
|
port@0 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan1";
|
label = "lan1";
|
||||||
|
@ -136,19 +136,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -170,6 +157,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -77,19 +77,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -111,6 +98,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -99,19 +99,6 @@
|
|||||||
mtd-mac-address = <&factory 0xe000>;
|
mtd-mac-address = <&factory 0xe000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
status = "okay";
|
|
||||||
label = "wan";
|
|
||||||
phy-handle = <ðphy4>;
|
|
||||||
mtd-mac-address = <&factory 0xe006>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
ethphy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
@ -133,6 +120,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan4";
|
label = "lan4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@4 {
|
||||||
|
status = "okay";
|
||||||
|
label = "wan";
|
||||||
|
mtd-mac-address = <&factory 0xe006>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -3400,7 +3400,6 @@ static const struct net_device_ops mtk_netdev_ops = {
|
|||||||
|
|
||||||
static int mtk_add_mac(struct mtk_eth *eth, struct device_node *np)
|
static int mtk_add_mac(struct mtk_eth *eth, struct device_node *np)
|
||||||
{
|
{
|
||||||
const char *name = of_get_property(np, "label", NULL);
|
|
||||||
const __be32 *_id = of_get_property(np, "reg", NULL);
|
const __be32 *_id = of_get_property(np, "reg", NULL);
|
||||||
struct phylink *phylink;
|
struct phylink *phylink;
|
||||||
int phy_mode, id, err;
|
int phy_mode, id, err;
|
||||||
@ -3491,9 +3490,6 @@ static int mtk_add_mac(struct mtk_eth *eth, struct device_node *np)
|
|||||||
eth->netdev[id]->irq = eth->irq[0];
|
eth->netdev[id]->irq = eth->irq[0];
|
||||||
eth->netdev[id]->dev.of_node = np;
|
eth->netdev[id]->dev.of_node = np;
|
||||||
|
|
||||||
if (name)
|
|
||||||
strlcpy(eth->netdev[id]->name, name, IFNAMSIZ);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
free_netdev:
|
free_netdev:
|
||||||
|
@ -57,11 +57,9 @@ ramips_setup_interfaces()
|
|||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"0:lan" "1:lan" "2:lan" "4:wan" "6u@eth0" "5u@eth1"
|
"0:lan" "1:lan" "2:lan" "4:wan" "6u@eth0" "5u@eth1"
|
||||||
;;
|
;;
|
||||||
gnubee,gb-pc1)
|
gnubee,gb-pc1|\
|
||||||
ucidef_set_interface_lan "ethblack ethblue"
|
|
||||||
;;
|
|
||||||
gnubee,gb-pc2)
|
gnubee,gb-pc2)
|
||||||
ucidef_set_interface_lan "ethblack ethblue ethyellow"
|
ucidef_set_interface_lan "lan1 lan2"
|
||||||
;;
|
;;
|
||||||
hatlab,gateboard-one)
|
hatlab,gateboard-one)
|
||||||
ucidef_set_interfaces_lan_wan "eth0 eth1 eth2 eth3 eth4" "eth5"
|
ucidef_set_interfaces_lan_wan "eth0 eth1 eth2 eth3 eth4" "eth5"
|
||||||
|
Loading…
Reference in New Issue
Block a user