Skip to content

Commit

Permalink
sayma_amc: fix FTDI UART I/O voltage
Browse files Browse the repository at this point in the history
sbourdeauducq committed Aug 20, 2017
1 parent 26da349 commit 0f78f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migen/build/platforms/sinara/sayma_amc.py
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@
("serial", 0,
Subsignal("tx", Pins("AK8")),
Subsignal("rx", Pins("AL8")),
IOStandard("LVCMOS18")
IOStandard("LVCMOS33")
),
("serial", 1,
Subsignal("tx", Pins("M27")),
Subsignal("rx", Pins("L27")),
IOStandard("LVCMOS18")
IOStandard("LVCMOS33")
),
("serial_rtm", 0,
Subsignal("tx", Pins("G27")),

0 comments on commit 0f78f9f

Please sign in to comment.