hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/devicetree/bindings/net/mediatek-net.txt
....@@ -11,6 +11,8 @@
1111 "mediatek,mt2701-eth": for MT2701 SoC
1212 "mediatek,mt7623-eth", "mediatek,mt2701-eth": for MT7623 SoC
1313 "mediatek,mt7622-eth": for MT7622 SoC
14
+ "mediatek,mt7629-eth": for MT7629 SoC
15
+ "ralink,rt5350-eth": for Ralink Rt5350F and MT7628/88 SoC
1416 - reg: Address and length of the register set for the device
1517 - interrupts: Should contain the three frame engines interrupts in numeric
1618 order. These are fe_int0, fe_int1 and fe_int2.
....@@ -19,14 +21,23 @@
1921 "ethif", "esw", "gp2", "gp1" : For MT2701 and MT7623 SoC
2022 "ethif", "esw", "gp0", "gp1", "gp2", "sgmii_tx250m", "sgmii_rx250m",
2123 "sgmii_cdr_ref", "sgmii_cdr_fb", "sgmii_ck", "eth2pll" : For MT7622 SoC
24
+ "ethif", "sgmiitop", "esw", "gp0", "gp1", "gp2", "fe", "sgmii_tx250m",
25
+ "sgmii_rx250m", "sgmii_cdr_ref", "sgmii_cdr_fb", "sgmii2_tx250m",
26
+ "sgmii2_rx250m", "sgmii2_cdr_ref", "sgmii2_cdr_fb", "sgmii_ck",
27
+ "eth2pll" : For MT7629 SoC.
2228 - power-domains: phandle to the power domain that the ethernet is part of
2329 - resets: Should contain phandles to the ethsys reset signals
2430 - reset-names: Should contain the names of reset signal listed in the resets
2531 property
2632 These are "fe", "gmac" and "ppe"
2733 - mediatek,ethsys: phandle to the syscon node that handles the port setup
28
-- mediatek,sgmiisys: phandle to the syscon node that handles the SGMII setup
29
- which is required for those SoCs equipped with SGMII such as MT7622 SoC.
34
+- mediatek,infracfg: phandle to the syscon node that handles the path from
35
+ GMAC to PHY variants, which is required for MT7629 SoC.
36
+- mediatek,sgmiisys: a list of phandles to the syscon node that handles the
37
+ SGMII setup which is required for those SoCs equipped with SGMII such
38
+ as MT7622 and MT7629 SoC. And MT7622 have only one set of SGMII shared
39
+ by GMAC1 and GMAC2; MT7629 have two independent sets of SGMII directed
40
+ to GMAC1 and GMAC2, respectively.
3041 - mediatek,pctl: phandle to the syscon node that handles the ports slew rate
3142 and driver current: only for MT2701 and MT7623 SoC
3243