litex_acorn_baseboard: Add SerDes refclk and m2_tx/rx pins.

This commit is contained in:
Florent Kermarrec 2022-03-07 18:41:53 +01:00
parent e5fd58f1af
commit cadfde4d39
1 changed files with 14 additions and 0 deletions

View File

@ -79,11 +79,25 @@ _io = [
IOStandard("LVCMOS33"), IOStandard("LVCMOS33"),
), ),
# SerDes
("refclk", 0,
Subsignal("p", Pins("Y11")),
Subsignal("n", Pins("Y12")),
),
# M2 # M2
("m2_devslp", 0, Pins("U18"), IOStandard("LVCMOS33")), ("m2_devslp", 0, Pins("U18"), IOStandard("LVCMOS33")),
("m2_perst", 0, Pins("U17"), IOStandard("LVCMOS33")), ("m2_perst", 0, Pins("U17"), IOStandard("LVCMOS33")),
("m2_pewake", 0, Pins("R16"), IOStandard("LVCMOS33")), ("m2_pewake", 0, Pins("R16"), IOStandard("LVCMOS33")),
("m2_pedet", 0, Pins("T17"), IOStandard("LVCMOS33")), ("m2_pedet", 0, Pins("T17"), IOStandard("LVCMOS33")),
("m2_tx", 0,
Subsignal("p", Pins("W4")),
Subsignal("n", Pins("W5")),
),
("m2_rx", 0,
Subsignal("p", Pins("Y5")),
Subsignal("n", Pins("Y6")),
),
# HDMI # HDMI
("hdmi_i2c", 0, ("hdmi_i2c", 0,