dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7628an_wavlink_wl-wn575a3.dts
index 6316539f284c1921b4073f6ee7f2f248fbcb122e..83e269b3660ab4bd616afac96f1b9a819b88f1ec 100644 (file)
                compatible = "gpio-leds";
 
                wifi-high {
-                       label = "wl-wn575a3:green:wifi-high";
+                       label = "green:wifi-high";
                        gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                };
 
                wifi-med {
-                       label = "wl-wn575a3:green:wifi-med";
+                       label = "green:wifi-med";
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
 
                wifi-low {
-                       label = "wl-wn575a3:green:wifi-low";
+                       label = "green:wifi-low";
                        gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
 
                wps {
-                       label = "wl-wn575a3:green:wps";
+                       label = "green:wps";
                        gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
                };
        };
 
 &wmac {
        status = "okay";
+
+       mediatek,mtd-eeprom = <&factory 0x0>;
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x28>;
+       nvmem-cells = <&macaddr_factory_28>;
+       nvmem-cell-names = "mac-address";
 };
 
 &esw {
        mediatek,portmap = <0x2f>;
 };
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_28: macaddr@28 {
+               reg = <0x28 0x6>;
+       };
+};