>> The strap LED6_SGMII_P8_SEL = 0 for Port5 SGMII interface
I've just checked the state of pin "LED6_SGMII_P8_SEL". This pin has low value (0).
>> It requires to use 50MHz crystal for SGMII interface operation
My BCM953134 eval board has 50 MHz crystal installed and LED5 pin is strapped to 1. Am I doing this right?
Or there is another way to choose some kind of "clock source" in BCM53134P?
>> Please double check to make sure to complete the SGMII registers configure
Could you please check my registers configuration (below)?
b53_read8(dev, 0x00, 0x5d, read);
read |= 0x4b;
b53_write8(dev, 0x00, 0x5d, read);
b53_write8(dev, 0xe6, 0x00, 0x01);
b53_write16(dev, 0x14, 0x3e, 0x8000);
b53_write16(dev, 0x14, 0x20, 0x0c2f);
b53_write16(dev, 0x14, 0x3e, 0x8300);
b53_write16(dev, 0x14, 0x20, 0x010d);
b53_write16(dev, 0x14, 0x3e, 0x8470);
b53_write16(dev, 0x14, 0x26, 0x1251);
b53_write16(dev, 0x14, 0x3e, 0x8340);
b53_write16(dev, 0x14, 0x34, 0x0003);
b53_write16(dev, 0x14, 0x3e, 0x8000);
b53_write16(dev, 0x14, 0x00, 0x0140);
b53_write16(dev, 0x14, 0x20, 0x2c2f);
>> Can you share your SFP module AFBR-5710AP spec?
- Sure. It's AFBR-5710APZ actually (my mistake, sry). Here it is - http://www.fit-foxconn.com/Images/Products/Spec/AFBR-5710PZ_20160510175033177.pdf
>> We have verified 53134 SGMII port in lab, it does not need to use SFP with embedded PHY
Could you please tell me what SFP module was used for the verification?
#EthernetSwitchesCommunity