boards/platform/kc705: add sfp pins (both tx and rx)

This commit is contained in:
Florent Kermarrec 2019-01-23 08:40:47 +01:00
parent 8344a6a4ef
commit 02708d3b0f
1 changed files with 6 additions and 0 deletions

View File

@ -253,6 +253,12 @@ _io = [
Subsignal("p", Pins("K6")),
Subsignal("n", Pins("K5"))
),
("sfp", 0, # inverted prior to HW rev 1.1
Subsignal("txp", Pins("H2")),
Subsignal("txn", Pins("H1")),
Subsignal("rxp", Pins("G4")),
Subsignal("rxn", Pins("G3")),
),
("sfp_tx", 0, # inverted prior to HW rev 1.1
Subsignal("p", Pins("H2")),
Subsignal("n", Pins("H1"))