Skip to content

Commit

Permalink
platforms/nexys_video: add spisdcard pins.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed May 29, 2020
1 parent 76df4e3 commit 0b11aba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions litex_boards/platforms/nexys_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@
IOStandard("LVCMOS33"),
),

("spisdcard", 0,
Subsignal("rst", Pins("V20")),
Subsignal("clk", Pins("W19")),
Subsignal("mosi", Pins("W20"), Misc("PULLUP True")),
Subsignal("cs_n", Pins("U18"), Misc("PULLUP True")),
Subsignal("miso", Pins("V19"), Misc("PULLUP True")),
Misc("SLEW=FAST"),
IOStandard("LVCMOS33"),
),

("sdcard", 0,
Subsignal("rst", Pins("V20"), Misc("PULLUP True")),
Subsignal("data", Pins("V19 T21 T20 U18"), Misc("PULLUP True")),
Expand Down

0 comments on commit 0b11aba

Please sign in to comment.