ramips: add TEW-691GR/TEW-692GR 2.4 GHz interface mac addresses
[openwrt/openwrt.git] / target / linux / ramips / dts / TEW-691GR.dts
index 33f8925bd012ce63e867f77a0a54c69ed3c607a4..e92db1ecb2972e7cfdb199212448a83db0be7add 100644 (file)
@@ -1,49 +1,14 @@
 /dts-v1/;
 
-/include/ "rt3883.dtsi"
+#include "rt3883.dtsi"
 
 / {
        compatible = "TEW-691GR", "ralink,rt3883-soc";
        model = "TRENDnet TEW-691GR";
 
-       palmbus@10000000 {
-               gpio1: gpio@638 {
-                       status = "okay";
-               };
-       };
-
-       pinctrl {
-               state_default: pinctrl0 {
-                       gpio {
-                               ralink,group = "spi", "i2c", "jtag", "uartf";
-                               ralink,function = "gpio";
-                       };
-               };
-       };
-
-       ethernet@10100000 {
-               mtd-mac-address = <&factory 0x28>;
-               port@0 {
-                       phy-handle = <&phy0>;
-                       phy-mode = "rgmii";
-               };
-               mdio-bus {
-                       status = "okay";
-
-                       phy0: ethernet-phy@0 {
-                               reg = <0>;
-                       };
-               };
-       };
-
-       wmac@10180000 {
-               ralink,5ghz = <0>;
-       };
-
        nor-flash@1c000000 {
                compatible = "cfi-flash";
                reg = <0x1c000000 0x800000>;
-
                bank-width = <2>;
                #address-cells = <1>;
                #size-cells = <1>;
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <100>;
+
                reset {
                        label = "reset";
                        gpios = <&gpio0 10 1>;
                        linux,code = <0x198>;
                };
+
                wps {
                        label = "wps";
                        gpios = <&gpio1 2 1>;
                        linux,code = <0x211>;
                };
+
                rfkill {
                        label = "rfkill";
                        gpios = <&gpio0 0 1>;
 
        gpio-leds {
                compatible = "gpio-leds";
+
                wps {
-                       label = "trendnet:green:wps";
+                       label = "tew-691gr:green:wps";
                        gpios = <&gpio0 9 1>;
                };
        };
 };
+
+&gpio1 {
+       status = "okay";
+};
+
+&pinctrl {
+       state_default: pinctrl0 {
+               gpio {
+                       ralink,group = "spi", "i2c", "jtag", "uartf";
+                       ralink,function = "gpio";
+               };
+       };
+};
+
+&ethernet {
+       mtd-mac-address = <&factory 0x4>;
+
+       port@0 {
+               phy-handle = <&phy0>;
+               phy-mode = "rgmii";
+       };
+
+       mdio-bus {
+               status = "okay";
+
+               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>;
+};