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
f3d02d8f
Unverified
Commit
f3d02d8f
authored
Jul 07, 2020
by
enjoy-digital
Committed by
GitHub
Jul 07, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #87 from antmicro/arty_i2s
arty: Add configuration of I2S pins
parents
d9595a31
df54b93d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
litex_boards/platforms/arty.py
litex_boards/platforms/arty.py
+19
-0
No files found.
litex_boards/platforms/arty.py
View file @
f3d02d8f
...
...
@@ -145,6 +145,25 @@ _io = [
),
]
_i2s_pmod_io
=
[
# I2S PMOD on JD:
# - https://store.digilentinc.com/pmod-i2s2-stereo-audio-input-and-output/
(
"i2s_rx_mclk"
,
0
,
Pins
(
"E2"
),
IOStandard
(
"LVCMOS33"
)),
(
"i2s_rx"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"H2"
)),
Subsignal
(
"sync"
,
Pins
(
"D2"
)),
Subsignal
(
"rx"
,
Pins
(
"G2"
)),
IOStandard
(
"LVCMOS33"
),
),
(
"i2s_tx_mclk"
,
0
,
Pins
(
"D4"
),
IOStandard
(
"LVCMOS33"
)),
(
"i2s_tx"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"F4"
)),
Subsignal
(
"sync"
,
Pins
(
"D3"
)),
Subsignal
(
"tx"
,
Pins
(
"F3"
)),
IOStandard
(
"LVCMOS33"
),
),
]
_sdcard_pmod_io
=
[
# SDCard PMOD on JD:
# - https://store.digilentinc.com/pmod-microsd-microsd-card-slot/
...
...
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