Fix colorlight 5a 75b v6.1 flash pins

As with the other versions, the clk pin can't be directly driven
This commit is contained in:
David Sawatzke 2021-06-06 02:59:48 +02:00
parent 588b430a0c
commit fe7b3968e4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ _io_v6_1 = [ # Documented by @smunaut
# SPIFlash (GD25Q16CSIG)
("spiflash", 0,
Subsignal("cs_n", Pins("R2")),
Subsignal("clk", Pins("U3")),
#Subsignal("clk", Pins("")), driven through USRMCLK
Subsignal("mosi", Pins("W2")),
Subsignal("miso", Pins("V2")),
IOStandard("LVCMOS33"),