xilinx_kc705/i2c: Add pullups.

This commit is contained in:
Florent Kermarrec 2022-10-11 17:25:29 +02:00
parent be8cd1f8a4
commit 99888c52ce
1 changed files with 4 additions and 3 deletions

View File

@ -62,9 +62,10 @@ _io = [
# I2C # I2C
("i2c", 0, ("i2c", 0,
Subsignal("scl", Pins("K21")), Subsignal("scl", Pins("K21"), Misc("PULLUP=True")),
Subsignal("sda", Pins("L21")), Subsignal("sda", Pins("L21"), Misc("PULLUP=True")),
IOStandard("LVCMOS25")), IOStandard("LVCMOS25")
),
# Serial # Serial
("serial", 0, ("serial", 0,