MGBE SGMII support

Hello

I found this topic with marked solution that Orin MGBE can be connected to SGMII switch port.
Our switch port support 2.5/1G SGMII, PCS support 4b/5b, 8b/10b encodings.
Could you confirm that MGBE really compatible with SGMII?
If yes, could you help with following dts settings?

/* 1:10G, 0:5G */
nvidia,uphy-gbe-mode = <?>;
/* 0:XFI 10G, 1:XFI 5G, 2:USXGMII 10G, 3:USXGMII 5G */
nvidia,phy-iface-mode = <?>;
fixed-link {
	speed = <?>;
	full-duplex;
};

Hi,
We have guidance in developer guide. Please take a look at
Jetson AGX Orin Platform Adaptation and Bring-Up — Jetson Linux<br/>Developer Guide 34.1 documentation

Hi,

Already looked and found nothing regarding SGMII.
Can we connect MGBE to SGMII switch port as shown here ?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.