[PATCH v5 1/8] dt-bindings: phy: Add 2500BASE-X and 10GBASE-R
Sean Anderson
sean.anderson at seco.com
Fri Sep 2 14:37:14 PDT 2022
This adds some modes necessary for Lynx 10G support. 2500BASE-X, also
known as 2.5G SGMII, is 1000BASE-X/SGMII overclocked to 3.125 GHz, with
autonegotiation disabled. 10GBASE-R, also known as XFI, is the protocol
spoken between the PMA and PMD ethernet layers for 10GBASE-T and
10GBASE-S/L/E. It is typically used to communicate directly with SFP+
modules, or with 10GBASE-T phys.
Signed-off-by: Sean Anderson <sean.anderson at seco.com>
---
(no changes since v4)
Changes in v4:
- New
include/dt-bindings/phy/phy.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h
index f48c9acf251e..ca2e3d52523d 100644
--- a/include/dt-bindings/phy/phy.h
+++ b/include/dt-bindings/phy/phy.h
@@ -22,5 +22,7 @@
#define PHY_TYPE_QSGMII 9
#define PHY_TYPE_DPHY 10
#define PHY_TYPE_CPHY 11
+#define PHY_TYPE_2500BASEX 12
+#define PHY_TYPE_10GBASER 13
#endif /* _DT_BINDINGS_PHY */
--
2.35.1.1320.gc452695387.dirty
More information about the linux-arm-kernel
mailing list