Skip to content

Commit

Permalink
platforms/xilinx_zc706: added missing i2c node
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Apr 5, 2024
1 parent d2d3879 commit 3bd14f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions litex_boards/platforms/xilinx_zc706.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@
IOStandard("LVCMOS18")
),

# I2C (SI570, SFP, HDMI, EEPROM, ...)
("i2c", 0,
Subsignal("scl", Pins("AJ14"), Misc("PULLUP=True")),
Subsignal("sda", Pins("AJ18"), Misc("PULLUP=True")),
IOStandard("LVCMOS25")
),

# DDR3 SDRAM.
("ddram", 0,
Subsignal("a", Pins(
Expand Down

0 comments on commit 3bd14f5

Please sign in to comment.