mt76: update to the latest version
[openwrt/staging/dedeckeh.git] / target / linux / ramips / dts / FIREWRT.dts
index 3e6806e9603647807b78cc07cbc801f708bb5713..c1509ccc552edf3931987571515ef633f65c3ee4 100644 (file)
@@ -2,8 +2,9 @@
 
 #include "mt7621.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
-       compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
        model = "Firefly FireWRT";
 
        memory@0 {
                wps {
                        label = "wps";
                        gpios = <&gpio0 18 1>;
-                       linux,code = <0x211>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
 
                power {
                        label = "power";
                        gpios = <&gpio0 23 1>;
-                       linux,code = <116>;
+                       linux,code = <KEY_POWER>;
                };
        };
 };
@@ -55,9 +56,9 @@
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <0 0>;
-               linux,modalias = "m25p80";
+               reg = <0>;
                spi-max-frequency = <10000000>;
+               m25p,chunked-io = <32>;
 
                partition@0 {
                        label = "u-boot";
@@ -92,7 +93,7 @@
                        reg = <0x0000 0 0 0 0>;
                        device_type = "pci";
                        mediatek,mtd-eeprom = <&factory 0x8000>;
-                       mediatek,2ghz = <0>;
+                       ieee80211-freq-limit = <5000000 6000000>;
                };
        };
 
                        reg = <0x0000 0 0 0 0>;
                        device_type = "pci";
                        mediatek,mtd-eeprom = <&factory 0x0000>;
-                       mediatek,5ghz = <0>;
+                       ieee80211-freq-limit = <2400000 2500000>;
                };
        };
 };