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
Kestrel Collaboration
Kestrel LiteX
migen
Commits
21b2fbde
Commit
21b2fbde
authored
5 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
sayma_rtm2: fix swapped scl/sda
parent
01144688
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
migen/build/platforms/sinara/sayma_rtm2.py
migen/build/platforms/sinara/sayma_rtm2.py
+2
-2
No files found.
migen/build/platforms/sinara/sayma_rtm2.py
View file @
21b2fbde
...
...
@@ -73,8 +73,8 @@ _io = [
(
"ad9154_rst_n"
,
1
,
Pins
(
"J5"
),
IOStandard
(
"LVCMOS25"
)),
(
"i2c"
,
0
,
Subsignal
(
"scl"
,
Pins
(
"P1
6
"
)),
Subsignal
(
"sda"
,
Pins
(
"P1
5
"
)),
Subsignal
(
"scl"
,
Pins
(
"P1
5
"
)),
Subsignal
(
"sda"
,
Pins
(
"P1
6
"
)),
IOStandard
(
"LVCMOS33"
)
),
...
...
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