Skip to content
Snippets Groups Projects
Commit 7cb155fb authored by Sylvain Munaut's avatar Sylvain Munaut
Browse files

icebreaker: Minor fix to usb (add PMOD2 position and fix typo)


Signed-off-by: default avatarSylvain Munaut <tnt@246tNt.com>
parent 591377cf
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,15 @@ usb_pmod_1b = [
)
]
usb_pmod_2 = [
("usb", 0,
Subsignal("d_p", Pins("PMOD2:2")),
Subsignal("d_n", Pins("PMOD2:3")),
Subsignal("pullup", Pins("PMOD2:0")),
IOStandard("LVCMOS33"),
)
]
usb_tnt = [
("usb", 0,
Subsignal("d_p", Pins("PMOD1B:3")),
......@@ -123,7 +132,7 @@ usb_tnt = [
)
]
usb_keckmann = [
usb_kbeckmann = [
("usb", 0,
Subsignal("d_p", Pins("PMOD1B:0")),
Subsignal("d_n", Pins("PMOD1B:1")),
......
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