platforms/sipeed_tang_mega_138k: swapping serial pins

This commit is contained in:
Gwenhael Goavec-Merou 2023-11-05 16:23:59 +01:00
parent 8792dd8e53
commit e9f26e1729
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ _io = [
# Serial. # Serial.
("serial", 0, ("serial", 0,
Subsignal("rx", Pins("P15")), Subsignal("rx", Pins("N16")),
Subsignal("tx", Pins("N16")), Subsignal("tx", Pins("P15")),
IOStandard("LVCMOS33") IOStandard("LVCMOS33")
), ),