Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Timothy Pearson
litex-boards
Commits
0ecb8609
Commit
0ecb8609
authored
4 years ago
by
Florent Kermarrec
Browse files
Options
Download
Email Patches
Plain Diff
platform/arty: also update spisdcard.
parent
7a8b0b74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
litex_boards/platforms/arty.py
litex_boards/platforms/arty.py
+8
-8
No files found.
litex_boards/platforms/arty.py
View file @
0ecb8609
...
...
@@ -145,18 +145,18 @@ _io = [
),
]
_sdcard_pmod_io
=
[
# https://store.digilentinc.com/pmod-microsd-microsd-card-slot/
_sdcard_pmod_io
=
[
# SDCard PMOD on JD:
# - https://store.digilentinc.com/pmod-microsd-microsd-card-slot/
# - https://github.com/antmicro/arty-expansion-board
(
"spisdcard"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"
C15
"
)),
Subsignal
(
"mosi"
,
Pins
(
"
E16
"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"cs_n"
,
Pins
(
"
E15
"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"miso"
,
Pins
(
"
D15
"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"clk"
,
Pins
(
"
F3
"
)),
Subsignal
(
"mosi"
,
Pins
(
"
D3
"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"cs_n"
,
Pins
(
"
D4
"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"miso"
,
Pins
(
"
F4
"
),
Misc
(
"PULLUP True"
)),
Misc
(
"SLEW=FAST"
),
IOStandard
(
"LVCMOS33"
),
),
# Pmod JD:
# https://github.com/antmicro/arty-expansion-board
# https://store.digilentinc.com/pmod-microsd-microsd-card-slot/
(
"sdcard"
,
0
,
Subsignal
(
"data"
,
Pins
(
"F4 E2 D2 D4"
)),
Subsignal
(
"cmd"
,
Pins
(
"D3"
)),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment