colorlight_5a_75b/v6.1: Add eth_clock & serial pins

This commit is contained in:
David Sawatzke 2020-04-09 05:06:08 +02:00
parent 4ddde31429
commit 4fc9df8414
1 changed files with 11 additions and 2 deletions

View File

@ -19,6 +19,15 @@ _io_v6_1 = [ # Documented by @smunaut
# btn # btn
("user_btn_n", 0, Pins("R16"), IOStandard("LVCMOS33")), ("user_btn_n", 0, Pins("R16"), IOStandard("LVCMOS33")),
# serial
("serial", 0,
Subsignal("tx", Pins("U16")), # led (J19 DATA_LED-)
Subsignal("rx", Pins("R16")), # btn (J19 KEY+)
# It seems there's some capacitance on the KEY+ pin, so bigger baudrates
# may not work
IOStandard("LVCMOS33")
),
# spi flash (GD25Q16CSIG) # spi flash (GD25Q16CSIG)
("spiflash", 0, ("spiflash", 0,
Subsignal("cs_n", Pins("R2")), Subsignal("cs_n", Pins("R2")),
@ -68,8 +77,8 @@ _io_v6_1 = [ # Documented by @smunaut
), ),
("eth_clocks", 1, ("eth_clocks", 1,
Subsignal("tx", Pins("")), Subsignal("tx", Pins("U19")),
Subsignal("rx", Pins("")), Subsignal("rx", Pins("L19")),
IOStandard("LVCMOS33") IOStandard("LVCMOS33")
), ),
("eth", 1, ("eth", 1,