Skip to content

Commit

Permalink
kasli: add spiflash2x
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jan 5, 2018
1 parent 13494eb commit c6ffa44
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions migen/build/platforms/sinara/kasli.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
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")),
Expand Down

0 comments on commit c6ffa44

Please sign in to comment.