Commit 547157c9 authored by gatecat's avatar gatecat

crosslink_nx_vip: Fix cam_reset IO configuration

Signed-off-by: default avatargatecat <gatecat@ds0.me>
parent 542001dd
......@@ -22,7 +22,7 @@ _io = [
("clk27_3", 0, Pins("Y2"), IOStandard("LVCMOS18")),
# 8.1. General Purpose Push Buttons - all logic zero when pressed]
("cam_reset", 0, Pins("T1"), IOStandard("LVCMOS18")), # SW1
("cam_reset", 0, Pins("T1"), IOStandard("LVCMOS18H"), Misc("PULLMODE=UP")), # SW1
("gsrn", 0, Pins("G13"), IOStandard("LVCMOS33")), # SW3
("programn", 0, Pins("E11"), IOStandard("LVCMOS33")), # SW4
("user_btn", 0, Pins("L20"), IOStandard("LVCMOS33")), # SW5
......
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