kc705: add spiflash pins

This commit is contained in:
Florent Kermarrec 2014-08-21 13:34:30 +02:00 committed by Sebastien Bourdeauducq
parent c19d134978
commit 7f4e51253e

View file

@ -49,7 +49,13 @@ _io = [
Subsignal("tx", Pins("K24")),
Subsignal("rx", Pins("M19")),
IOStandard("LVCMOS25")),
("spiflash", 0, # clock needs to be accessed through STARTUPE2
Subsignal("cs_n", Pins("U19")),
Subsignal("dq", Pins("P24", "R25", "R20", "R21")),
IOStandard("LVCMOS25")
),
("mmc", 0,
Subsignal("wp", Pins("Y21")),
Subsignal("det", Pins("AA21")),