Commit c6ffa448 authored by Robert Jordens's avatar Robert Jordens
Browse files

kasli: add spiflash2x

parent 13494eb1
......@@ -42,6 +42,16 @@ _io = [
IOStandard("LVCMOS25")
),
("spiflash2x", 0,
Subsignal("cs_n", Pins("T19")),
Subsignal("dq", Pins("P22 R22")),
Subsignal("wp", Pins("P21")),
Subsignal("hold", Pins("R21")),
# "clk" is on CCLK
IOStandard("LVCMOS25")
),
("clk_gtp", 0,
Subsignal("p", Pins("F6")),
Subsignal("n", Pins("E6")),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment