mirror of
https://github.com/saymrwulf/litex-boards.git
synced 2026-07-30 20:07:53 +00:00
terasic_deca: hdmi i2s uses 1.8V, not 3.3V
This commit is contained in:
parent
74c8569a5c
commit
f564f80826
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ _io = [
|
|||
Subsignal("mclk", Pins("A7")),
|
||||
Subsignal("lrclk", Pins("A10")),
|
||||
Subsignal("sclk", Pins("D12")),
|
||||
IOStandard("3.3-V LVTTL")
|
||||
IOStandard("1.8 V")
|
||||
),
|
||||
|
||||
# MIPI.
|
||||
|
|
|
|||
Loading…
Reference in a new issue