Commit 0f78f9f7 authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

sayma_amc: fix FTDI UART I/O voltage

parent 26da3498
......@@ -13,12 +13,12 @@ _io = [
("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")),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment