boards/platform/kc705: add sfp pins (both tx and rx)
This commit is contained in:
parent
8344a6a4ef
commit
02708d3b0f
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue