digilent_arty_z7: Remove fake serial.
This commit is contained in:
parent
673676e3cb
commit
0ceb15938f
|
@ -38,14 +38,6 @@ _io = [
|
||||||
("user_btn", 2, Pins("L20"), IOStandard("LVCMOS33")),
|
("user_btn", 2, Pins("L20"), IOStandard("LVCMOS33")),
|
||||||
("user_btn", 3, Pins("L19"), IOStandard("LVCMOS33")),
|
("user_btn", 3, Pins("L19"), IOStandard("LVCMOS33")),
|
||||||
|
|
||||||
# Serial (ust to make CI pass)
|
|
||||||
# Unfortunately the only USB UART is hard-wired to the ARM CPU
|
|
||||||
("serial", 0,
|
|
||||||
Subsignal("tx", Pins("Y18")),
|
|
||||||
Subsignal("rx", Pins("Y19")),
|
|
||||||
IOStandard("LVCMOS33"),
|
|
||||||
),
|
|
||||||
|
|
||||||
# SPI
|
# SPI
|
||||||
("spi", 0,
|
("spi", 0,
|
||||||
Subsignal("clk", Pins("H15")),
|
Subsignal("clk", Pins("H15")),
|
||||||
|
|
Loading…
Reference in New Issue