Skip to content

Commit

Permalink
platforms/sqrl_acorn/_litex_acorn_baseboard_mini_io: Add SFP-I2C and …
Browse files Browse the repository at this point in the history
…Debug IOs.
  • Loading branch information
enjoy-digital committed Jun 27, 2024
1 parent 4f8540d commit bd58227
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions litex_boards/platforms/sqrl_acorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,20 @@
Subsignal("tx_p", Pins("D7")),
Subsignal("tx_n", Pins("C7")),
),
# SFP0.
# SFP-I2C.
("sfp_i2c", 0,
Subsignal("sda", Pins("Y12")),
Subsignal("scl", Pins("Y11")),
IOStandard("LVCMOS18"),
),
# SFP-0.
("sfp", 0,
Subsignal("txp", Pins(" D5")),
Subsignal("txn", Pins(" C5")),
Subsignal("rxp", Pins("D11")),
Subsignal("rxn", Pins("C11")),
),
# SFP1.
# SFP-1.
("sfp", 1,
Subsignal("txp", Pins("B4")),
Subsignal("txn", Pins("A4")),
Expand All @@ -143,6 +149,8 @@
Subsignal("rx_p", Pins("B10")),
Subsignal("rx_n", Pins("A10")),
),
# Debug.
("debug", 0, Pins("H5 J5 K2 J2"), IOStandard("LVCMOS33")),

]
# Platform -----------------------------------------------------------------------------------------
Expand Down

0 comments on commit bd58227

Please sign in to comment.