treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / mt7621_firefly_firewrt.dts
index 10b33993ac8d10f10af5dd0164e32cf94669e273..96893265708811eb6f2777b3470c3def5bc6d0e6 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7621.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
                led-upgrade = &led_power;
        };
 
-       chosen {
-               bootargs = "console=ttyS0,57600";
-       };
-
        leds {
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "firewrt:green:power";
+                       label = "green:power";
                        gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
                };
        };
@@ -53,7 +47,7 @@
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
                        status = "okay";
                        label = "wan";
                        mtd-mac-address = <&factory 0xe000>;
-                       mtd-mac-address-increment = <1>;
+                       mac-address-increment = <1>;
                };
        };
 };