ramips: fix MikroTik 750Gr3 ports MAC addresses
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / mt7621_mikrotik_routerboard-750gr3.dts
index 3f37155f243bdf3b08c9b04526d15bec78ec1385..af0664a4fa59a71a936fcd036e55fed4a3156f72 100644 (file)
@@ -15,6 +15,7 @@
                led-failsafe = &led_usr;
                led-running = &led_usr;
                led-upgrade = &led_usr;
+               label-mac-device = &gmac0;
        };
 
        chosen {
 
 &gmac0 {
        mtd-mac-address = <&hard_config 0x0010>;
-       mtd-mac-address-increment = <1>;
 };
 
 &switch0 {
                port@0 {
                        status = "okay";
                        label = "wan";
-                       mtd-mac-address = <&hard_config 0x0010>;
-                       mtd-mac-address-increment = <2>;
                };
 
                port@1 {
                        status = "okay";
                        label = "lan2";
+                       mtd-mac-address = <&hard_config 0x0010>;
+                       mtd-mac-address-increment = <1>;
                };
 
                port@2 {
                        status = "okay";
                        label = "lan3";
+                       mtd-mac-address = <&hard_config 0x0010>;
+                       mtd-mac-address-increment = <2>;
                };
 
                port@3 {
                        status = "okay";
                        label = "lan4";
+                       mtd-mac-address = <&hard_config 0x0010>;
+                       mtd-mac-address-increment = <3>;
                };
 
                port@4 {
                        status = "okay";
                        label = "lan5";
+                       mtd-mac-address = <&hard_config 0x0010>;
+                       mtd-mac-address-increment = <4>;
                };
        };
 };