Skip to content

Commit 8e6c497

Browse files
PIPIPIG233666robimarko
authored andcommitted
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: openwrt/openwrt#18185 Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent 499ec1d commit 8e6c497

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-ess.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,4 +504,15 @@
504504
phy-mode = "psgmii";
505505
status = "disabled";
506506
};
507+
508+
dp5_syn: dp5-syn {
509+
device_type = "network";
510+
compatible = "qcom,nss-dp";
511+
qcom,id = <5>;
512+
reg = <0x0 0x3a003000 0x0 0x3fff>;
513+
qcom,mactype = <1>;
514+
local-mac-address = [000000000000];
515+
phy-mode = "usxgmii";
516+
status = "disabled";
517+
};
507518
};

0 commit comments

Comments
 (0)