mirror of
https://github.com/saymrwulf/litex-boards.git
synced 2026-07-30 20:07:53 +00:00
antmicro_datacenter: fix i2c pads assignment
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
ddd040bc42
commit
7933e9462e
1 changed files with 2 additions and 2 deletions
|
|
@ -119,8 +119,8 @@ _io = [
|
|||
|
||||
# I2C
|
||||
("i2c", 0,
|
||||
Subsignal("scl", Pins("Y6")),
|
||||
Subsignal("sda", Pins("Y5")),
|
||||
Subsignal("scl", Pins("Y5")),
|
||||
Subsignal("sda", Pins("Y6")),
|
||||
IOStandard("SSTL12_T_DCI"),
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue