aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/M4-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/M4-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/M4-8M.dts')
-rw-r--r--target/linux/ramips/dts/M4-8M.dts58
1 files changed, 1 insertions, 57 deletions
diff --git a/target/linux/ramips/dts/M4-8M.dts b/target/linux/ramips/dts/M4-8M.dts
index 6d5086950e..8fcca21eb1 100644
--- a/target/linux/ramips/dts/M4-8M.dts
+++ b/target/linux/ramips/dts/M4-8M.dts
@@ -1,35 +1,10 @@
/dts-v1/;
-#include "rt5350.dtsi"
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
+#include "M4.dtsi"
/ {
compatible = "poray,m4-8m", "poray,m4", "ralink,rt5350-soc";
model = "Poray M4 (8M)";
-
- gpio-leds {
- compatible = "gpio-leds";
-
- status {
- label = "m4:blue:status";
- gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
- };
- };
-
- gpio-keys-polled {
- compatible = "gpio-keys-polled";
- #address-cells = <1>;
- #size-cells = <0>;
- poll-interval = <20>;
-
- reset {
- label = "reset";
- gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
- };
- };
};
&spi0 {
@@ -66,34 +41,3 @@
};
};
};
-
-&pinctrl {
- state_default: pinctrl0 {
- gpio {
- ralink,group = "i2c", "jtag", "uartf";
- ralink,function = "gpio";
- };
- };
-};
-
-&ethernet {
- mtd-mac-address = <&factory 0x4>;
-};
-
-&esw {
- mediatek,portmap = <0x2f>;
- mediatek,led_polarity = <1>;
-};
-
-&wmac {
- ralink,mtd-eeprom = <&factory 0>;
- ralink,led-polarity = <1>;
-};
-
-&ehci {
- status = "okay";
-};
-
-&ohci {
- status = "okay";
-};