Skip to content
Snippets Groups Projects
Unverified Commit 76078c95 authored by enjoy-digital's avatar enjoy-digital Committed by GitHub
Browse files

Merge pull request #214 from hansfbaier/icesugar

icesugar: map the usb port
parents 5027b270 f2b51b02
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,14 @@ _io = [
Subsignal("miso", Pins("17"), IOStandard("LVCMOS33")),
Subsignal("mosi", Pins("14"), IOStandard("LVCMOS33")),
),
# USB
("usb", 0,
Subsignal("d_p", Pins("10")),
Subsignal("d_n", Pins("9")),
Subsignal("pullup", Pins("11")),
IOStandard("LVCMOS33")
),
]
# Connectors ---------------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment