dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7620a_planex_mzk-750dhp.dts
index 50cf79b94f33f10a50da1d1a6c1915f1800e0504..bfa4dac6f1ba6f640633e5b3b08f7e2c7ffd10ef 100644 (file)
                compatible = "gpio-leds";
 
                wps {
-                       label = "mzk-750dhp:green:wps";
+                       label = "green:wps";
                        gpios = <&gpio2 15 GPIO_ACTIVE_LOW>;
                };
 
                led_power: power {
-                       label = "mzk-750dhp:green:power";
+                       label = "green:power";
                        gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
                };
 
                wlan5g {
-                       label = "mzk-750dhp:green:wlan5g";
+                       label = "green:wlan5g";
                        gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
                };
        };
        pinctrl-names = "default";
        pinctrl-0 = <&ephy_pins>;
 
-       mtd-mac-address = <&factory 0x4>;
+       nvmem-cells = <&macaddr_factory_4>;
+       nvmem-cell-names = "mac-address";
 
        mediatek,portmap = "llllw";
 };
 
-&gsw {
-       mediatek,port4 = "ephy";
-};
-
 &wmac {
        ralink,mtd-eeprom = <&factory 0x0>;
 };
                mediatek,mtd-eeprom = <&factory 0x8000>;
        };
 };
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_4: macaddr@4 {
+               reg = <0x4 0x6>;
+       };
+};