aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/dts-5.10
diff options
context:
space:
mode:
authorSander Vanheule <sander@svanheule.net>2022-08-13 18:49:47 +0200
committerSander Vanheule <sander@svanheule.net>2022-08-13 19:15:46 +0200
commit225137608cf7cc5f6652bc7a0c026ee7888faf2e (patch)
tree076dd7a4dd549c6cf94b41802eff2622b93fa8ea /target/linux/realtek/dts-5.10
parentead7e5b4c3a4043aa97cec6b08ae2f70f54834d3 (diff)
downloadupstream-225137608cf7cc5f6652bc7a0c026ee7888faf2e.tar.gz
upstream-225137608cf7cc5f6652bc7a0c026ee7888faf2e.tar.bz2
upstream-225137608cf7cc5f6652bc7a0c026ee7888faf2e.zip
realtek: Netgear GS110TPP v1: add lan9 and lan10
The original commit for the GS110TP was missing ports 9 and 10. These are provided by an external RTL8214C phy, for which no support was available at the time. Now that this phy is supported, add the missing entries to enable all device ports. Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux/realtek/dts-5.10')
-rw-r--r--target/linux/realtek/dts-5.10/rtl8380_netgear_gs110tpp-v1.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/realtek/dts-5.10/rtl8380_netgear_gs110tpp-v1.dts b/target/linux/realtek/dts-5.10/rtl8380_netgear_gs110tpp-v1.dts
index 1ff209cee3..b61af62ea5 100644
--- a/target/linux/realtek/dts-5.10/rtl8380_netgear_gs110tpp-v1.dts
+++ b/target/linux/realtek/dts-5.10/rtl8380_netgear_gs110tpp-v1.dts
@@ -43,3 +43,15 @@
&uart1 {
status = "okay";
};
+
+&mdio {
+ EXTERNAL_PHY(16)
+ EXTERNAL_PHY(17)
+};
+
+&switch0 {
+ ports {
+ SWITCH_PORT(16, 9, qsgmii)
+ SWITCH_PORT(17, 10, qsgmii)
+ };
+};