Merge pull request #540 from trabucayre/tangPrimer25k_fix_uart

platforms/sipeed_tang_primer_25k: swap UART TX & RX, fix TX pin (J1:20 -> J1:21)
This commit is contained in:
enjoy-digital 2023-10-19 21:47:32 +02:00 committed by GitHub
commit b1c00d299f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ _connectors = [
_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")
),