ramips: use fixed layout cell "mac-base" for Netgear R6220
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_wavlink_wl-wn570ha1.dts
index a14f3cbef37f4b036f80f66585a286759c6fc1a7..dcba4b64e28297e724db8730341a5617f5f37633 100644 (file)
@@ -1,9 +1,8 @@
-/dts-v1/;
+#include "mt7628an.dtsi"
+
 #include <dt-bindings/input/input.h>
 #include <dt-bindings/gpio/gpio.h>
 
-#include "mt7628an.dtsi"
-
 / {
        compatible = "wavlink,wl-wn570ha1", "mediatek,mt7628an-soc";
        model = "Wavlink WL-WN570HA1";
                compatible = "gpio-leds";
 
                power {
-                       label = "wl-wn570ha1:green:power";
+                       label = "green:power";
                        gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                        default-state = "keep";
                };
 
                wan {
-                       label = "wl-wn570ha1:green:wan";
+                       label = "green:wan";
                        gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
                };
 
                wifi-high {
-                       label = "wl-wn570ha1:green:wifi-high";
+                       label = "green:wifi-high";
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
 
                wifi-med {
-                       label = "wl-wn570ha1:green:wifi-med";
+                       label = "green:wifi-med";
                        gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
                };
 
                wifi-low {
-                       label = "wl-wn570ha1:green:wifi-low";
+                       label = "green:wifi-low";
                        gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
                };
 
                wifi {
-                       label = "wl-wn570ha1:green:wifi";
+                       label = "green:wifi";
                        gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
        };
 
 &wmac {
        status = "okay";
+
+       mediatek,mtd-eeprom = <&factory 0x0>;
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x2e>;
+       nvmem-cells = <&macaddr_factory_2e>;
+       nvmem-cell-names = "mac-address";
 };
 
 &esw {
        mediatek,portmap = <0x2f>;
 };
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_2e: macaddr@2e {
+               reg = <0x2e 0x6>;
+       };
+};