ramips: move common parts into dtsi
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / WR512-3GN-8M.dts
index 7e9a0c25ed2314d1d501b2382f0b7c6681e5c366..16abf9799f07a3044f33d6ca96f07f31c1bcef43 100644 (file)
@@ -1,10 +1,10 @@
 /dts-v1/;
 
-#include "rt3050.dtsi"
+#include "WR512-3GN.dtsi"
 
 / {
-       compatible = "WR512-3GN", "ralink,rt3052-soc";
-       model = "WR512-3GN-like router";
+       compatible = "unbranded,wr512-3gn-8m", "unbranded,wr512-3gn", "ralink,rt3052-soc";
+       model = "WR512-3GN (8M)";
 
        cfi@1f000000 {
                compatible = "cfi-flash";
                        reg = <0x50000 0x7b0000>;
                };
        };
-
-       gpio-leds {
-               compatible = "gpio-leds";
-
-               3g {
-                       label = "wr512-3gn:green:3g";
-                       gpios = <&gpio0 9 1>;
-               };
-
-               gateway {
-                       label = "wr512-3gn:green:gateway";
-                       gpios = <&gpio0 11 1>;
-               };
-
-               ap {
-                       label = "wr512-3gn:green:ap";
-                       gpios = <&gpio0 12 1>;
-               };
-
-               wps {
-                       label = "wr512-3gn:green:wps";
-                       gpios = <&gpio0 14 1>;
-               };
-
-               station {
-                       label = "wr512-3gn:green:station";
-                       gpios = <&gpio0 13 1>;
-               };
-       };
-
-       gpio-keys-polled {
-               compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               poll-interval = <20>;
-
-               reset_wps {
-                       label = "reset_wps";
-                       gpios = <&gpio0 10 1>;
-                       linux,code = <0x198>;
-               };
-
-               mode {
-                       label = "mode";
-                       gpios = <&gpio0 7 1>;
-                       linux,code = <0x32>;
-               };
-       };
-};
-
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
-                       ralink,function = "gpio";
-               };
-       };
-};
-
-&esw {
-       mediatek,portmap = <0x2f>;
-};
-
-&wmac {
-       ralink,mtd-eeprom = <&factory 0>;
-};
-
-&otg {
-       status = "okay";
 };