ramips: introduce CONFIG_PCI and CONFIG_OF_*PCI for rt288x
[openwrt/staging/yousong.git] / target / linux / ramips / dts / TEW-691GR.dts
index 750c24fbe93ec570057a8e4ddaf5901669f81c3d..af910798f5b0401efba7b8821821b37cb59057a1 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "rt3883.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
        compatible = "TEW-691GR", "ralink,rt3883-soc";
        model = "TRENDnet TEW-691GR";
                reset {
                        label = "reset";
                        gpios = <&gpio0 10 1>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
 
                wps {
                        label = "wps";
                        gpios = <&gpio1 2 1>;
-                       linux,code = <0x211>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
 
                rfkill {
                        label = "rfkill";
                        gpios = <&gpio0 0 1>;
-                       linux,code = <0xf7>;
+                       linux,code = <KEY_RFKILL>;
                };
        };
 
@@ -86,7 +88,7 @@
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x28>;
+       mtd-mac-address = <&factory 0x4>;
 
        port@0 {
                phy-handle = <&phy0>;
 
                phy0: ethernet-phy@0 {
                        reg = <0>;
+                       phy-mode = "rgmii";
                };
        };
 };
 
 &wmac {
+       status = "okay";
+       ralink,mtd-eeprom = <&factory 0x0>;
        ralink,5ghz = <0>;
+       mtd-mac-address = <&factory 0x4>;
+       mtd-mac-address-increment = <1>;
 };