Dear TI expert.
we are try to enable USXGMII on MAC port 2 (CPSW5G has MAC port 0~3). Customer wants to use MAC port 2 to MAC2MAC connect to external Switch RTL9705.
May I ask how to do it on TI SDK V7.3?
here is the HW design. MAC port 2 + SERDES0 lane3.
actually, We found no right phyType in Board_serdesInitParams().
if(phyType == CSL_SERDES_PHY_TYPE_SGMII)
else if (phyType == CSL_SERDES_PHY_TYPE_QSGMII)
else
$RTOS_SDK/PDK_j7200_07_03_00_29/packages/ti/board/src/j7200_evm/board_serdes_cfg.c
May I ask how to configure below paramsters?
laneParams->pcieGenType
laneParams->linkRate
thank you so much!
yong