Hi,
I am finding out how to connect two devices through a backplane using the SGMII module of the C6678.
I would like to know if I need a PHY module to achieve this. If needed, is there a recommendation for this purpose?
Here is what I know so far:
The C6678 has two SGMII ports; SGMII_0 and SGMII_1.
Each of these ports has a pair of SGMII_RXP / SGMII_RXN and SGMII_TXP / SGMII_TXN signals.
If I want to use 1000Base-T with the SGMII, I need to use a PHY module, like the Marvell 88E111,1 to convert these two pairs of TX and RX signals to four pairs of differential signals to be transmitted over the Ethernet cable. From what I understand, this is done to eliminate potential noise that will influence the signals when they are being transmitted through the long Ethernet cables, hence the 1000Base-T standard requires data to be transmitted through four twisted pairs over the Ethernet Cable.
If I want to use SGMII to transfer data through optical fiber, I will need to connect the SGMII_RXP / SGMII_RXN and SGMII_TXP / SGMII_TXN signals to a SFP module.
However, I only need to transfer the data through a backplane, in which there will be minimal noise. This means that I will not need the extra noise cancellation that the 1000Base-T offers, nor do I have to translate the SGMII signals into light medium, which is the case for optical fibers.
Hence, can I connect the SGMII_RXP / SGMII_RXN and SGMII_TXP / SGMII_TXN signals directly into the backplane and into another C6678's SGMII port?
I tried to do some searching on 1000Base-X backplane PHY but I failed to find anything related to it.
Thanks!
Allan