Skip to content

Commit

Permalink
platforms/sipeed_tang_primer_25k: swap UART TX & RX, fix TX pin (J1:2…
Browse files Browse the repository at this point in the history
…0 -> J1:21)
  • Loading branch information
trabucayre committed Oct 19, 2023
1 parent a4fc45b commit 5f69416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litex_boards/platforms/sipeed_tang_primer_25k.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
_dock_io = [
# Serial.
("serial", 0,
Subsignal("rx", Pins("J1:20")),
Subsignal("tx", Pins("J1:19")),
Subsignal("rx", Pins("J1:19")),
Subsignal("tx", Pins("J1:21")),
IOStandard("LVCMOS33")
),

Expand Down

0 comments on commit 5f69416

Please sign in to comment.