ramips: mt7628: use mac-base
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_tplink_tl-wr840n-v5.dts
index 3043975d79c7f1cc986780172acf7afbd44924c0..3e639668bbaa0df62e7d7bbf0593507d1549dfe9 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7628an.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
                compatible = "gpio-leds";
 
                led_power_green: power {
-                       label = "tl-wr840n-v5:green:power";
+                       label = "green:power";
                        gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
                };
 
                orange {
-                       label = "tl-wr840n-v5:orange:power";
+                       label = "orange:power";
                        gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
                };
        };
@@ -49,7 +47,7 @@
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
                                label = "factory";
                                reg = <0x3f0000 0x10000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       eeprom_factory_0: eeprom@0 {
+                                               reg = <0x0 0x400>;
+                                       };
+
+                                       macaddr_factory_f100: macaddr@f100 {
+                                               reg = <0xf100 0x6>;
+                                       };
+                               };
                        };
                };
        };
 
 &wmac {
        status = "okay";
-       mtd-mac-address = <&factory 0xf100>;
+
+       nvmem-cells = <&eeprom_factory_0>, <&macaddr_factory_f100>;
+       nvmem-cell-names = "eeprom", "mac-address";
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0xf100>;
+       nvmem-cells = <&macaddr_factory_f100>;
+       nvmem-cell-names = "mac-address";
 };
 
 &esw {
 
 &state_default {
        gpio {
-               ralink,group = "p0led_an", "p2led_an", "perst";
-               ralink,function = "gpio";
+               groups = "p0led_an", "p2led_an", "perst";
+               function = "gpio";
        };
 };