dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7620n_comfast_cf-wr800n.dts
index 16eea14bdf27d3ba0d13b11e65b7b644d8365019..b87e5a3530e522b35ddb6143ff57e5b0577a68c7 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7620n.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
                compatible = "gpio-leds";
 
                ethernet {
-                       label = "cf-wr800n:white:ethernet";
+                       label = "white:ethernet";
                        gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
                };
 
                wifi {
-                       label = "cf-wr800n:white:wifi";
+                       label = "white:wifi";
                        gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
                };
 
                led_wps: wps {
-                       label = "cf-wr800n:white:wps";
+                       label = "white:wps";
                        gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
                };
        };
        };
 };
 
-&gpio0 {
-       status = "okay";
-};
-
 &gpio1 {
        status = "okay";
 };
@@ -69,7 +63,7 @@
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x4>;
+       nvmem-cells = <&macaddr_factory_4>;
+       nvmem-cell-names = "mac-address";
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&factory 0>;
+       ralink,mtd-eeprom = <&factory 0x0>;
 };
 
 &state_default {
        default {
-               ralink,group = "ephy", "wled", "spi refclk", "i2c";
-               ralink,function = "gpio";
+               groups = "ephy", "wled", "spi refclk", "i2c";
+               function = "gpio";
+       };
+};
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_4: macaddr@4 {
+               reg = <0x4 0x6>;
        };
 };