aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WR512-3GN-8M.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-07-30 13:50:36 +0200
committerMathias Kresin <dev@kresin.me>2017-08-03 19:37:41 +0200
commit313ce3afbbe05abf3689d0943f70d594a7791517 (patch)
treea2faabea8fe894c2330a26d919658c199a699c60 /target/linux/ramips/dts/WR512-3GN-8M.dts
parent70b192f57358f753842cbe1f8f82e26e8c6f9e1e (diff)
downloadupstream-313ce3afbbe05abf3689d0943f70d594a7791517.tar.gz
upstream-313ce3afbbe05abf3689d0943f70d594a7791517.tar.bz2
upstream-313ce3afbbe05abf3689d0943f70d594a7791517.zip
ramips: move common parts into dtsi
Move the common parts of boards with multiple flash size variants into dtsi files. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/WR512-3GN-8M.dts')
-rw-r--r--target/linux/ramips/dts/WR512-3GN-8M.dts74
1 files changed, 1 insertions, 73 deletions
diff --git a/target/linux/ramips/dts/WR512-3GN-8M.dts b/target/linux/ramips/dts/WR512-3GN-8M.dts
index aa469082fe..16abf9799f 100644
--- a/target/linux/ramips/dts/WR512-3GN-8M.dts
+++ b/target/linux/ramips/dts/WR512-3GN-8M.dts
@@ -1,9 +1,6 @@
/dts-v1/;
-#include "rt3050.dtsi"
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
+#include "WR512-3GN.dtsi"
/ {
compatible = "unbranded,wr512-3gn-8m", "unbranded,wr512-3gn", "ralink,rt3052-soc";
@@ -40,73 +37,4 @@
reg = <0x50000 0x7b0000>;
};
};
-
- gpio-leds {
- compatible = "gpio-leds";
-
- 3g {
- label = "wr512-3gn:green:3g";
- gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
- };
-
- gateway {
- label = "wr512-3gn:green:gateway";
- gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
- };
-
- ap {
- label = "wr512-3gn:green:ap";
- gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
- };
-
- wps {
- label = "wr512-3gn:green:wps";
- gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
- };
-
- station {
- label = "wr512-3gn:green:station";
- gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
- };
- };
-
- gpio-keys-polled {
- compatible = "gpio-keys-polled";
- #address-cells = <1>;
- #size-cells = <0>;
- poll-interval = <20>;
-
- reset_wps {
- label = "reset_wps";
- gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
- };
-
- mode {
- label = "mode";
- gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
- linux,code = <BTN_0>;
- };
- };
-};
-
-&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";
};