|
@@ -25,35 +25,42 @@
|
|
|
|
|
|
|
|
&gmac0 {
|
|
&gmac0 {
|
|
|
mtd-mac-address = <&factory 0x22>;
|
|
mtd-mac-address = <&factory 0x22>;
|
|
|
|
|
+ label = "dsa";
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&switch0 {
|
|
&switch0 {
|
|
|
ports {
|
|
ports {
|
|
|
port@0 {
|
|
port@0 {
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
- label = "wan";
|
|
|
|
|
- mtd-mac-address = <&factory 0x22>;
|
|
|
|
|
- mtd-mac-address-increment = <1>;
|
|
|
|
|
|
|
+ label = "eth0";
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
port@1 {
|
|
port@1 {
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
- label = "lan1";
|
|
|
|
|
|
|
+ label = "eth1";
|
|
|
|
|
+ mtd-mac-address = <&factory 0x22>;
|
|
|
|
|
+ mtd-mac-address-increment = <1>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
port@2 {
|
|
port@2 {
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
- label = "lan2";
|
|
|
|
|
|
|
+ label = "eth2";
|
|
|
|
|
+ mtd-mac-address = <&factory 0x22>;
|
|
|
|
|
+ mtd-mac-address-increment = <2>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
port@3 {
|
|
port@3 {
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
- label = "lan3";
|
|
|
|
|
|
|
+ label = "eth3";
|
|
|
|
|
+ mtd-mac-address = <&factory 0x22>;
|
|
|
|
|
+ mtd-mac-address-increment = <3>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
port@4 {
|
|
port@4 {
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
- label = "lan4";
|
|
|
|
|
|
|
+ label = "eth4";
|
|
|
|
|
+ mtd-mac-address = <&factory 0x22>;
|
|
|
|
|
+ mtd-mac-address-increment = <4>;
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|