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
6139bd7e
Unverified
Commit
6139bd7e
authored
Mar 06, 2021
by
enjoy-digital
Committed by
GitHub
Mar 06, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #183 from gatecat/vip_split_mclk
crosslink_nx_vip: Camera IO fixes
parents
e280bff1
547157c9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
litex_boards/platforms/crosslink_nx_vip.py
litex_boards/platforms/crosslink_nx_vip.py
+6
-5
No files found.
litex_boards/platforms/crosslink_nx_vip.py
View file @
6139bd7e
...
...
@@ -22,7 +22,7 @@ _io = [
(
"clk27_3"
,
0
,
Pins
(
"Y2"
),
IOStandard
(
"LVCMOS18"
)),
# 8.1. General Purpose Push Buttons - all logic zero when pressed]
(
"cam_reset"
,
0
,
Pins
(
"T1"
),
IOStandard
(
"LVCMOS18"
)),
# SW1
(
"cam_reset"
,
0
,
Pins
(
"T1"
),
IOStandard
(
"LVCMOS18
H"
),
Misc
(
"PULLMODE=UP
"
)),
# SW1
(
"gsrn"
,
0
,
Pins
(
"G13"
),
IOStandard
(
"LVCMOS33"
)),
# SW3
(
"programn"
,
0
,
Pins
(
"E11"
),
IOStandard
(
"LVCMOS33"
)),
# SW4
(
"user_btn"
,
0
,
Pins
(
"L20"
),
IOStandard
(
"LVCMOS33"
)),
# SW5
...
...
@@ -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