aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/ALL0256N-4M.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/ALL0256N-4M.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/ALL0256N-4M.dts')
-rw-r--r--target/linux/ramips/dts/ALL0256N-4M.dts62
1 files changed, 1 insertions, 61 deletions
diff --git a/target/linux/ramips/dts/ALL0256N-4M.dts b/target/linux/ramips/dts/ALL0256N-4M.dts
index 2e1977c623..0b673b4922 100644
--- a/target/linux/ramips/dts/ALL0256N-4M.dts
+++ b/target/linux/ramips/dts/ALL0256N-4M.dts
@@ -1,49 +1,10 @@
/dts-v1/;
-#include "rt3050.dtsi"
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
+#include "ALL0256N.dtsi"
/ {
compatible = "allnet,all0256n-4m", "allnet,all0256n", "ralink,rt3050-soc";
model = "Allnet ALL0256N (4M)";
-
- gpio-leds {
- compatible = "gpio-leds";
-
- rssilow {
- label = "all0256n:green:rssilow";
- gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
- };
-
- rssimed {
- label = "all0256n:green:rssimed";
- gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
- };
-
- rssihigh {
- label = "all0256n:green:rssihigh";
- gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
- };
- };
-
- gpio-keys-polled {
- compatible = "gpio-keys-polled";
- #address-cells = <1>;
- #size-cells = <0>;
- poll-interval = <20>;
-
- reset {
- label = "reset";
- gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
- };
- };
-};
-
-&gpio0 {
- status = "okay";
};
&spi0 {
@@ -80,24 +41,3 @@
};
};
};
-
-&pinctrl {
- state_default: pinctrl0 {
- gpio {
- ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
- ralink,function = "gpio";
- };
- };
-};
-
-&ethernet {
- mtd-mac-address = <&factory 0x28>;
-};
-
-&esw {
- mediatek,portmap = <0x3f>;
-};
-
-&wmac {
- ralink,mtd-eeprom = <&factory 0>;
-};