Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litex-boards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel LiteX
litex-boards
Commits
55ed9fbf
Commit
55ed9fbf
authored
Jun 23, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/kcu105: add sdcard/spisdcard.
parent
eee00ebd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
litex_boards/platforms/kcu105.py
litex_boards/platforms/kcu105.py
+17
-0
No files found.
litex_boards/platforms/kcu105.py
View file @
55ed9fbf
...
...
@@ -79,6 +79,23 @@ _io = [
IOStandard
(
"LVCMOS18"
)
),
(
"sdcard"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"AL10"
)),
Subsignal
(
"cmd"
,
Pins
(
"AD9"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"data"
,
Pins
(
"AP9 AN9 AH9 AH8"
),
Misc
(
"PULLUP True"
)),
Misc
(
"SLEW=FAST"
),
IOStandard
(
"LVCMOS18"
)
),
(
"spisdcard"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"AL10"
)),
Subsignal
(
"cs_n"
,
Pins
(
"AH8"
)),
Subsignal
(
"mosi"
,
Pins
(
"AD9"
),
Misc
(
"PULLUP"
)),
Subsignal
(
"miso"
,
Pins
(
"AP9"
),
Misc
(
"PULLUP"
)),
Misc
(
"SLEW=FAST"
),
IOStandard
(
"LVCMOS18"
)
),
(
"rotary"
,
0
,
Subsignal
(
"a"
,
Pins
(
"Y21"
)),
Subsignal
(
"b"
,
Pins
(
"AD26"
)),
...
...
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