| 24 | [=#sfp] |
| 25 | == SFP (Small form-factor pluggable transceiver) support |
| 26 | The GW6404 has 2x SFP sockets that are shared with J22 ETH3/4 connectors (vnic2/vnic3 in U-Boot eth2/eth3 in Linux). The SFP sockets support up to 1Gbps SerDes however some software support is required. |
| 27 | |
| 28 | Please contact sales@gateworks.com if you wish to use SFP and provide us details of the SFP module you wish to use. |
| 29 | |
| 30 | Any SFP module that advertises 1000Base-SX, 1000Base-LX, 1000Base-T capability should be supported. |
| 31 | |
| 32 | Validated with: |
| 33 | * Addon MGBSX1-AO (1000BASE-SX Duplex 850NM / 550M LC) |
| 34 | * Addon EX-SFP-1GE-T-AO (1000BaseT Copper) |
| 35 | |
| 36 | === Software |
| 37 | A software driver is required on the host to detect insertion and removal of SFP modules, query the capabilities of the SFP via its MSA, verify compatibility and configure the PHY for compatibility. |
| 38 | |
| 39 | Additional Software support required: |
| 40 | * BDK boot time configuration: |
| 41 | - add SFP detection and VSC8574 QSGMII PHY configuration in BDK to detect modules on bootup |
| 42 | * Linux Kernel run-time hot-plug configuration: |
| 43 | - add I2C controller support to mscc phy driver |
| 44 | - add DTS configuration (Documentation/devicetree/bindings/net/sff,sfp.txt) |
| 45 | |
| 46 | |
| 47 | References: |
| 48 | * [https://en.wikipedia.org/wiki/Small_form-factor_pluggable_transceiver Small form-factor pluggable transceiver] |