treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / mt7621_afoundry_ew1200.dts
index 2384fadbee850370b40fbb60331afa9c173e14bb..0a4971d06c8ae7a83ab257867def0c16ee454f80 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7621.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
                led-upgrade = &led_run;
        };
 
-       chosen {
-               bootargs = "console=ttyS0,57600";
-       };
-
        keys {
                compatible = "gpio-keys";
 
                compatible = "gpio-leds";
 
                led_run: run {
-                       label = "ew1200:green:run";
+                       label = "green:run";
                        gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
                };
 
                usb {
-                       label = "ew1200:green:usb";
+                       label = "green:usb";
                        gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
                        trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>;
                        linux,default-trigger = "usbport";
                        status = "okay";
                        label = "wan";
                        mtd-mac-address = <&factory 0xe000>;
-                       mtd-mac-address-increment = <1>;
+                       mac-address-increment = <1>;
                };
        };
 };