platforms/papilio_pro: swap tx/rx to be consistent with M1
This commit is contained in:
parent
fe64ade1ac
commit
e272e68fac
|
@ -10,8 +10,8 @@ _io = [
|
||||||
("clk32", 0, Pins("P94"), IOStandard("LVCMOS33")),
|
("clk32", 0, Pins("P94"), IOStandard("LVCMOS33")),
|
||||||
|
|
||||||
("serial", 0,
|
("serial", 0,
|
||||||
Subsignal("tx", Pins("P101"), IOStandard("LVCMOS33"), Misc("SLEW=SLOW")),
|
Subsignal("tx", Pins("P105"), IOStandard("LVCMOS33"), Misc("SLEW=SLOW")),
|
||||||
Subsignal("rx", Pins("P105"), IOStandard("LVCMOS33"), Misc("PULLUP"))
|
Subsignal("rx", Pins("P101"), IOStandard("LVCMOS33"), Misc("PULLUP"))
|
||||||
),
|
),
|
||||||
|
|
||||||
("spiflash", 0,
|
("spiflash", 0,
|
||||||
|
|
Loading…
Reference in New Issue