ramips: use fixed layout cell "mac-base" for Netgear R6220
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_wavlink_wl-wn570ha1.dts
index aa9957892f6be368647a67aa0dd9496417f918b8..dcba4b64e28297e724db8730341a5617f5f37633 100644 (file)
                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>;
+       };
+};