ramips: use different board names for variants
[openwrt/openwrt.git] / target / linux / ramips / dts / RE6500.dts
index e26b76e58e444e734fa2349e3bcc1fb854682b90..3fe875db1227d61a6eb12486ed6c091414d11cc4 100644 (file)
@@ -2,8 +2,9 @@
 
 #include "mt7621.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
-       compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
        model = "Linksys RE6500";
 
        memory@0 {
                wps {
                        label = "wps";
                        gpios = <&gpio0 10 1>;
-                       linux,code = <0x211>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
 
                reset {
                        label = "reset";
                        gpios = <&gpio0 11 0>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
        };
 };
@@ -56,9 +57,9 @@
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <0 0>;
-               linux,modalias = "m25p80", "en25q64";
+               reg = <0>;
                spi-max-frequency = <10000000>;
+               m25p,chunked-io = <32>;
 
                partition@0 {
                        label = "u-boot";
 &ethernet {
        mtd-mac-address = <&factory 0x2e>;
 };
+
+&xhci {
+       status = "disabled";
+};