diff options
| author | Weikai Kong | 2024-12-28 21:41:08 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-03-28 11:38:32 +0000 |
| commit | 8e6c49766d858a9b7817eae553dde64a3427d511 (patch) | |
| tree | ae470b6d9e546ba4a47c256c4e8a8bce33fc5c3a | |
| parent | 499ec1d1505590c63614ce60697c96067449cc02 (diff) | |
| download | openwrt-8e6c49766d858a9b7817eae553dde64a3427d511.tar.gz | |
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@pppig236.com>
Link: https://github.com/openwrt/openwrt/pull/18185
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-ess.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
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"; + }; }; |