[openwrt/openwrt] ipq6018-ess: Add dp5-syn node
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 28 04:38:39 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8e6c49766d858a9b7817eae553dde64a3427d511
commit 8e6c49766d858a9b7817eae553dde64a3427d511
Author: Weikai Kong <priv at pppig236.com>
AuthorDate: Sat Dec 28 16:41:08 2024 -0500
ipq6018-ess: Add dp5-syn node
Linksys MR7500 features 4x QSGMII QCA8075 and 1x USXGMII (1/2.5/5 GbE)
Signed-off-by: Weikai Kong <priv at pppig236.com>
Link: https://github.com/openwrt/openwrt/pull/18185
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.../files/arch/arm64/boot/dts/qcom/ipq6018-ess.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-ess.dtsi b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-ess.dtsi
index 0965003142..b54f53f29c 100644
--- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-ess.dtsi
+++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-ess.dtsi
@@ -504,4 +504,15 @@
phy-mode = "psgmii";
status = "disabled";
};
+
+ dp5_syn: dp5-syn {
+ device_type = "network";
+ compatible = "qcom,nss-dp";
+ qcom,id = <5>;
+ reg = <0x0 0x3a003000 0x0 0x3fff>;
+ qcom,mactype = <1>;
+ local-mac-address = [000000000000];
+ phy-mode = "usxgmii";
+ status = "disabled";
+ };
};
More information about the lede-commits
mailing list