ramips: move common parts into dtsi
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / WR512-3GN-8M.dts
index 01da52340e492a3960c132f8e65426c4e62a6c0f..16abf9799f07a3044f33d6ca96f07f31c1bcef43 100644 (file)
@@ -1,24 +1,14 @@
 /dts-v1/;
 
-/include/ "rt3050.dtsi"
+#include "WR512-3GN.dtsi"
 
 / {
-       compatible = "WR512-3GN", "ralink,rt3052-soc";
-       model = "WR512-3GN-like router";
-
-       pinctrl {
-               state_default: pinctrl0 {
-                       gpio {
-                               ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
-                               ralink,function = "gpio";
-                       };
-               };
-       };
+       compatible = "unbranded,wr512-3gn-8m", "unbranded,wr512-3gn", "ralink,rt3052-soc";
+       model = "WR512-3GN (8M)";
 
        cfi@1f000000 {
                compatible = "cfi-flash";
                reg = <0x1f000000 0x800000>;
-
                bank-width = <2>;
                device-width = <2>;
                #address-cells = <1>;
                        reg = <0x50000 0x7b0000>;
                };
        };
-
-       esw@10110000 {
-               ralink,portmap = <0x2f>;
-       };
-
-       gpio-leds {
-               compatible = "gpio-leds";
-               3g {
-                       label = "wr512:green:3g";
-                       gpios = <&gpio0 9 1>;
-               };
-               gateway {
-                       label = "wr512:green:gateway";
-                       gpios = <&gpio0 11 1>;
-               };
-               ap {
-                       label = "wr512:green:ap";
-                       gpios = <&gpio0 12 1>;
-               };
-               wps {
-                       label = "wr512:green:wps";
-                       gpios = <&gpio0 14 1>;
-               };
-               station {
-                       label = "wr512: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>;
-               };
-       };
-
-       otg@101c0000 {
-               status = "okay";
-       };
 };