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>
This commit is contained in:
Weikai Kong 2024-12-28 16:41:08 -05:00 committed by Robert Marko
parent 499ec1d150
commit 8e6c49766d

View File

@ -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";
};
};