colorlight_5a_75b/v7.0: add spiflash pins.

This commit is contained in:
Florent Kermarrec 2020-03-31 16:18:12 +02:00
parent ccfc021c1a
commit 9ae8a0cc11
1 changed files with 10 additions and 0 deletions

View File

@ -93,6 +93,16 @@ _io_v7_0 = [ # Documented by @miek
# btn
("user_btn_n", 0, Pins("M13"), IOStandard("LVCMOS33")),
# spiflash (W25Q32JV)
("spiflash", 0,
# clk
Subsignal("cs_n", Pins("N8")),
#Subsignal("clk", Pins("")), driven through USRMCLK
Subsignal("mosi", Pins("T8")),
Subsignal("miso", Pins("T7")),
IOStandard("LVCMOS33"),
),
# sdram (M12616161A)
("sdram_clock", 0, Pins("C6"), IOStandard("LVCMOS33")),
("sdram", 0,