mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
platforms/nexys_video: add spisdcard pins.
This commit is contained in:
parent
76df4e39c8
commit
0b11aba8a1
1 changed files with 10 additions and 0 deletions
|
@ -69,6 +69,16 @@ _io = [
|
||||||
IOStandard("LVCMOS33"),
|
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,
|
("sdcard", 0,
|
||||||
Subsignal("rst", Pins("V20"), Misc("PULLUP True")),
|
Subsignal("rst", Pins("V20"), Misc("PULLUP True")),
|
||||||
Subsignal("data", Pins("V19 T21 T20 U18"), Misc("PULLUP True")),
|
Subsignal("data", Pins("V19 T21 T20 U18"), Misc("PULLUP True")),
|
||||||
|
|
Loading…
Reference in a new issue