dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7620n_dlink_dwr-921-c1.dts
index 8214e4a780fcb55b3cbf3cf966224a50ac8dbbca..95a93ea4deb0c3cd22a55740d84779944ae1a26b 100644 (file)
@@ -1,9 +1,8 @@
-/dts-v1/;
-
 #include "mt7620n.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/mtd/partitions/uimage.h>
 
 / {
        compatible = "dlink,dwr-921-c1", "ralink,mt7620n-soc";
                compatible = "gpio-leds";
 
                sms {
-                       label = "dwr-921-c1:green:sms";
+                       label = "green:sms";
                        gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
                };
 
                lan {
-                       label = "dwr-921-c1:green:lan";
+                       label = "green:lan";
                        gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
                };
 
                led_sstrenghg: sstrengthg {
-                       label = "dwr-921-c1:green:sigstrength";
+                       label = "green:sigstrength";
                        gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
                };
 
                sstrengthr {
-                       label = "dwr-921-c1:red:sigstrength";
+                       label = "red:sigstrength";
                        gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
                };
 
                4g {
-                       label = "dwr-921-c1:green:4g";
+                       label = "green:4g";
                        gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
                };
 
                3g {
-                       label = "dwr-921-c1:green:3g";
+                       label = "green:3g";
                        gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
                };
 
                wifi {
-                       label = "dwr-921-c1:green:wifi";
+                       label = "green:wifi";
                        gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
                };
        };
                        };
 
                        partition@10000 {
-                               compatible = "amit,jimage";
+                               compatible = "openwrt,uimage", "denx,uimage";
+                               openwrt,ih-magic = <IH_MAGIC_OKLI>;
+                               openwrt,offset = <0x10000>;
                                label = "firmware";
                                reg = <0x10000 0xfe0000>;
                        };
        status = "okay";
 };
 
-&ethernet {
-       port@4 {
-               status = "okay";
-       };
-};
-
-&pinctrl {
-       state_default: pinctrl0 {
-               default {
-                       ralink,group = "spi refclk", "i2c", "ephy", "wled";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       default {
+               groups = "spi refclk", "i2c", "ephy", "wled";
+               function = "gpio";
        };
 };