summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts
diff options
context:
space:
mode:
authorDENG Qingfang <dengqf6@mail2.sysu.edu.cn>2020-03-18 23:38:58 +0800
committerChuanhong Guo <gch981213@gmail.com>2020-04-04 14:40:44 +0800
commit30644bc579e771e4b6dcc165ca966124e0259e1e (patch)
tree1c842dd8090b274b33dd1ccb812c075933ddcc40 /target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts
parent7bd19dbe99b18c5dfd85a004595df6061e8df8f6 (diff)
downloadopenwrt-30644bc579e771e4b6dcc165ca966124e0259e1e.tar.gz
openwrt-30644bc579e771e4b6dcc165ca966124e0259e1e.tar.bz2
openwrt-30644bc579e771e4b6dcc165ca966124e0259e1e.zip
ramips: mt7621: update dts/defconfig for DSA
update dts and network/LED configuration for DSA driver. sysupgrade from images prior to this commit with config preserved will cause broken ethernet setup. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn> Acked-by: Jo-Philipp Wich <jo@mein.io> [split commit] Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts23
1 files changed, 22 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts b/target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts
index d65d1de05c..f7889bd68a 100644
--- a/target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts
+++ b/target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts
@@ -162,11 +162,32 @@
};
};
-&ethernet {
+&gmac0 {
mtd-mac-address = <&hard_config 0x0010>;
mtd-mac-address-increment = <1>;
};
+&switch0 {
+ ports {
+ port@0 {
+ status = "okay";
+ label = "wan";
+ mtd-mac-address = <&hard_config 0x0010>;
+ mtd-mac-address-increment = <2>;
+ };
+
+ port@1 {
+ status = "okay";
+ label = "lan1";
+ };
+
+ port@2 {
+ status = "okay";
+ label = "lan2";
+ };
+ };
+};
+
&state_default {
gpio {
groups = "uart2", "wdt";