aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_linksys_ea7500-v2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7621_linksys_ea7500-v2.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_linksys_ea7500-v2.dts154
1 files changed, 1 insertions, 153 deletions
diff --git a/target/linux/ramips/dts/mt7621_linksys_ea7500-v2.dts b/target/linux/ramips/dts/mt7621_linksys_ea7500-v2.dts
index ac13bdd369..bc454f3910 100644
--- a/target/linux/ramips/dts/mt7621_linksys_ea7500-v2.dts
+++ b/target/linux/ramips/dts/mt7621_linksys_ea7500-v2.dts
@@ -1,10 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
-#include "mt7621.dtsi"
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
+#include "mt7621_linksys_ea7xxx.dtsi"
/ {
compatible = "linksys,ea7500-v2", "mediatek,mt7621-soc";
@@ -17,10 +14,6 @@
led-upgrade = &led_power;
};
- chosen {
- bootargs = "console=ttyS0,115200";
- };
-
leds {
compatible = "gpio-leds";
@@ -59,149 +52,4 @@
gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
};
};
-
- keys {
- compatible = "gpio-keys";
-
- wps {
- label = "wps";
- gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_WPS_BUTTON>;
- };
-
- reset {
- label = "reset";
- gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
- };
- };
-};
-
-&nand {
- status = "okay";
-
- partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
-
- partition@0 {
- label = "boot";
- reg = <0x0 0x80000>;
- read-only;
- };
-
- partition@80000 {
- label = "u_env";
- reg = <0x80000 0x40000>;
- read-only;
- };
-
- factory: partition@c0000 {
- label = "factory";
- reg = <0xc0000 0x40000>;
- read-only;
- };
-
- partition@100000 {
- label = "s_env";
- reg = <0x100000 0x40000>;
- };
-
- partition@140000 {
- label = "devinfo";
- reg = <0x140000 0x40000>;
- read-only;
- };
-
- partition@180000 {
- label = "kernel";
- reg = <0x180000 0x400000>;
- };
-
- partition@580000 {
- label = "ubi";
- reg = <0x580000 0x2400000>;
- };
-
- partition@2980000 {
- label = "alt_kernel";
- reg = <0x2980000 0x400000>;
- read-only;
- };
-
- partition@2d80000 {
- label = "alt_rootfs";
- reg = <0x2d80000 0x2400000>;
- read-only;
- };
-
- partition@5180000 {
- label = "sysdiag";
- reg = <0x5180000 0x100000>;
- read-only;
- };
-
- partition@5280000 {
- label = "syscfg";
- reg = <0x5280000 0x2d00000>;
- read-only;
- };
- };
-};
-
-&state_default {
- gpio {
- groups = "i2c", "uart2", "uart3", "jtag", "wdt";
- function = "gpio";
- };
-};
-
-&pcie {
- status = "okay";
-};
-
-&pcie0 {
- mt76@0,0 {
- compatible = "mediatek,mt76";
- reg = <0x0000 0 0 0 0>;
- mediatek,mtd-eeprom = <&factory 0x0000>;
- };
-};
-
-&pcie1 {
- mt76@0,0 {
- compatible = "mediatek,mt76";
- reg = <0x0000 0 0 0 0>;
- mediatek,mtd-eeprom = <&factory 0x8000>;
- };
-};
-
-&switch0 {
- ports {
- port@0 {
- status = "okay";
- label = "wan";
- };
-
- port@1 {
- status = "okay";
- label = "lan1";
- };
-
- port@2 {
- status = "okay";
- label = "lan2";
- };
-
- port@3 {
- status = "okay";
- label = "lan3";
- };
-
- port@4 {
- status = "okay";
- label = "lan4";
- };
- };
};