mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
kc705: add spiflash pins
This commit is contained in:
parent
c19d134978
commit
7f4e51253e
1 changed files with 7 additions and 1 deletions
|
@ -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")),
|
||||
|
|
Loading…
Reference in a new issue