Add hdmi conector to tang nano 20k and connector pinout.

This commit is contained in:
Thomas Epperson 2024-12-26 09:17:01 -06:00
parent 77cb9a5c17
commit e7cc6c14f8

View file

@ -47,6 +47,17 @@ _io = [
Subsignal("clk", Pins("83")),
IOStandard("LVCMOS33"),
),
("hdmi", 0,
Subsignal("clk_p", Pins("33")),
Subsignal("clk_n", Pins("34")),
Subsignal("data0_p", Pins("35")),
Subsignal("data0_n", Pins("36")),
Subsignal("data1_p", Pins("37")),
Subsignal("data1_n", Pins("38")),
Subsignal("data2_p", Pins("39")),
Subsignal("data2_n", Pins("40")),
),
# Leds
("led_n", 0, Pins("15"), IOStandard("LVCMOS33")),
@ -79,7 +90,8 @@ _io = [
# Connectors ---------------------------------------------------------------------------------------
_connectors = [
# TODO
("J5", "- - - 76 80 42 41 56 54 51 48 55 49 86 79 - - 72 71 53 52"),
("J6", "- 73 74 85 77 15 16 27 28 25 26 29 30 31 17 20 19 18 - -")
]
# Platform -----------------------------------------------------------------------------------------