]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ipq6018-ess: Add dp5-syn node
authorWeikai Kong <priv@pppig236.com>
Sat, 28 Dec 2024 21:41:08 +0000 (16:41 -0500)
committerRobert Marko <robimarko@gmail.com>
Fri, 28 Mar 2025 11:38:32 +0000 (12:38 +0100)
Linksys MR7500 features 4x QSGMII QCA8075 and 1x USXGMII (1/2.5/5 GbE)

Signed-off-by: Weikai Kong <priv@pppig236.com>
Link: https://github.com/openwrt/openwrt/pull/18185
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-ess.dtsi

index 096500314277aeb1223e7ecb0f5bb5ba38c34ef6..b54f53f29ce147769d4c2f042fa494c208e74473 100644 (file)
                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";
+       };
 };