Commit 19d5eae2 authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

zc706: fix user_led I/O standards

It seems that the board user guide is incorrect, but the schematic is right.
parent 21fea571
......@@ -9,9 +9,9 @@ _io = [
),
("user_led", 0, Pins("Y21"), IOStandard("LVCMOS25")),
("user_led", 1, Pins("G2"), IOStandard("LVCMOS25")),
("user_led", 1, Pins("G2"), IOStandard("LVCMOS15")),
("user_led", 2, Pins("W21"), IOStandard("LVCMOS25")),
("user_led", 3, Pins("A17"), IOStandard("LVCMOS25")),
("user_led", 3, Pins("A17"), IOStandard("LVCMOS15")),
("serial", 0,
Subsignal("tx", Pins("C19")),
......
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