treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / mt7621_adslr_g7.dts
index 9c92d77102e1e75d0afc1dd1ac4cf7084c3dff3a..84c0d3b282852466ba272a18166d845c01e73389 100644 (file)
@@ -1,5 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
 
 #include "mt7621.dtsi"
 
                led-failsafe = &led_sys;
                led-running = &led_sys;
                led-upgrade = &led_sys;
-       };
-
-       chosen {
-               bootargs = "console=ttyS0,57600";
+               label-mac-device = &gmac0;
        };
 
        leds {
                compatible = "gpio-leds";
 
                led_sys: sys {
-                       label = "g7:blue:sys";
-                       gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
+                       label = "blue:sys";
+                       gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
                };
        };
 
@@ -35,7 +31,7 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
                        debounce-interval = <60>;
                        linux,code = <KEY_RESTART>;
                };
        };
 };
 
-&ethernet {
+&gmac0 {
        mtd-mac-address = <&factory 0xe00c>;
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "i2c", "wdt";
-                       ralink,function = "gpio";
+&switch0 {
+       ports {
+               port@0 {
+                       status = "okay";
+                       label = "lan1";
+               };
+
+               port@1 {
+                       status = "okay";
+                       label = "lan2";
                };
+
+               port@2 {
+                       status = "okay";
+                       label = "lan3";
+               };
+
+               port@3 {
+                       status = "okay";
+                       label = "lan4";
+               };
+
+               port@4 {
+                       status = "okay";
+                       label = "wan";
+                       mtd-mac-address = <&factory 0xe00c>;
+                       mac-address-increment = <1>;
+               };
+       };
+};
+
+&state_default {
+       gpio {
+               groups = "i2c", "uart3", "wdt";
+               function = "gpio";
        };
 };