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
542001dd
Commit
542001dd
authored
Mar 05, 2021
by
gatecat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crosslink_nx_vip: Split camera MCLK to its own resource
Signed-off-by:
gatecat
<
gatecat@ds0.me
>
parent
21207533
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
litex_boards/platforms/crosslink_nx_vip.py
litex_boards/platforms/crosslink_nx_vip.py
+5
-4
No files found.
litex_boards/platforms/crosslink_nx_vip.py
View file @
542001dd
...
...
@@ -112,31 +112,32 @@ _io = [
Misc
(
"SLEWRATE=FAST"
)
),
(
"camera_mclk"
,
0
,
Pins
(
"M3"
),
IOStandard
(
"LVCMOS18"
)),
(
"camera_mclk"
,
1
,
Pins
(
"M4"
),
IOStandard
(
"LVCMOS18"
)),
(
"camera_mclk"
,
2
,
Pins
(
"M5"
),
IOStandard
(
"LVCMOS18"
)),
(
"camera_mclk"
,
3
,
Pins
(
"M6"
),
IOStandard
(
"LVCMOS18"
)),
# MIPI camera modules
# Note that use of MIPI_DPHY standard for + and LVCMOS12H for - is copied from Lattice PDC
(
"camera"
,
0
,
Subsignal
(
"mclk"
,
Pins
(
"M3"
),
IOStandard
(
"LVCMOS18"
)),
Subsignal
(
"clkp"
,
Pins
(
"A2"
),
IOStandard
(
"MIPI_DPHY"
)),
Subsignal
(
"clkn"
,
Pins
(
"B1"
),
IOStandard
(
"LVCMOS12H"
)),
Subsignal
(
"dp"
,
Pins
(
"B2 A3 C2 A4"
),
IOStandard
(
"MIPI_DPHY"
)),
Subsignal
(
"dn"
,
Pins
(
"C1 B3 D1 B4"
),
IOStandard
(
"LVCMOS12H"
)),
),
(
"camera"
,
1
,
Subsignal
(
"mclk"
,
Pins
(
"M4"
),
IOStandard
(
"LVCMOS18"
)),
Subsignal
(
"clkp"
,
Pins
(
"A8"
),
IOStandard
(
"MIPI_DPHY"
)),
Subsignal
(
"clkn"
,
Pins
(
"B8"
),
IOStandard
(
"LVCMOS12H"
)),
Subsignal
(
"dp"
,
Pins
(
"A7 A9 A6 A10"
),
IOStandard
(
"MIPI_DPHY"
)),
Subsignal
(
"dn"
,
Pins
(
"B7 B9 B6 B10"
),
IOStandard
(
"LVCMOS12H"
)),
),
(
"camera"
,
2
,
Subsignal
(
"mclk"
,
Pins
(
"M5"
),
IOStandard
(
"LVCMOS18"
)),
Subsignal
(
"clkp"
,
Pins
(
"W11"
),
IOStandard
(
"MIPI_DPHY"
)),
Subsignal
(
"clkn"
,
Pins
(
"Y11"
),
IOStandard
(
"LVCMOS12H"
)),
Subsignal
(
"dp"
,
Pins
(
"V11 W13 U12 R12"
),
IOStandard
(
"MIPI_DPHY"
)),
Subsignal
(
"dn"
,
Pins
(
"U11 V12 T12 P12"
),
IOStandard
(
"LVCMOS12H"
)),
),
(
"camera"
,
3
,
Subsignal
(
"mclk"
,
Pins
(
"M6"
),
IOStandard
(
"LVCMOS18"
)),
Subsignal
(
"clkp"
,
Pins
(
"T13"
),
IOStandard
(
"MIPI_DPHY"
)),
Subsignal
(
"clkn"
,
Pins
(
"T14"
),
IOStandard
(
"LVCMOS12H"
)),
Subsignal
(
"dp"
,
Pins
(
"Y15 U15 V17 P13"
),
IOStandard
(
"MIPI_DPHY"
)),
...
...
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