ramips: mt7621: add compatible strings
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / WSR-1166.dts
index 936edb38b2b6ca338af93896fbf392df0b400b19..16df2b776d330b6935662aac885f4c45f60afc45 100644 (file)
@@ -2,8 +2,10 @@
 
 #include "mt7621.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
-       compatible = "ralink,mt7621-eval-board", "ralink,mt7621-soc";
+       compatible = "buffalo,wsr-1166dhp", "mediatek,mt7621-soc";
        model = "Buffalo WSR-1166DHP";
 
        memory@0 {
                power {
                        label = "power";
                        gpios = <&gpio0 18 1>;
-                       linux,code = <0x74>;
+                       linux,code = <KEY_POWER>;
                };
 
                reset {
                        label = "reset";
                        gpios = <&gpio0 3 1>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
 
                aoss {
                        label = "aoss";
                        gpios = <&gpio0 6 1>;
-                       linux,code = <0x211>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
 
                auto {
                        label = "mode";
                        gpios = <&gpio0 7 0>;
-                       linux,code = <0x100>;
-                       linux,input-type = <5>; /* EV_SW */
+                       linux,code = <BTN_0>;
+                       linux,input-type = <EV_SW>;
                };
 
                ap {
                        label = "ap";
                        gpios = <&gpio0 10 0>;
-                       linux,code = <0x100>;
-                       linux,input-type = <5>; /* EV_SW */
+                       linux,code = <BTN_0>;
+                       linux,input-type = <EV_SW>;
                };
 
                router {
                        label = "router";
                        gpios = <&gpio0 12 0>;
-                       linux,code = <0x100>;
-                       linux,input-type = <5>; /* EV_SW */
+                       linux,code = <BTN_0>;
+                       linux,input-type = <EV_SW>;
                };
        };
 
                #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";
                        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>;
                };
        };
 };
+
+&xhci {
+       status = "disabled";
+};