Skip to content

Commit

Permalink
platforms/ocp_tap_timecard: Add clk10 and som_led.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Sep 22, 2023
1 parent 07fa5a1 commit 1fb3178
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion litex_boards/platforms/ocp_tap_timecard.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
Subsignal("p", Pins("R4"), IOStandard("DIFF_SSTL15")),
Subsignal("n", Pins("T4"), IOStandard("DIFF_SSTL15"))
),
("rst_n", 0, Pins("T6"), IOStandard("LVCMOS15")),
("clk10", 0, Pins("W21"), IOStandard("LVCMOS33"), Misc("PULLDOWN=True")),
("rst_n", 0, Pins("T6"), IOStandard("LVCMOS15")),

# Leds.
("user_led", 0, Pins("B13"), IOStandard("LVCMOS33")),
Expand Down Expand Up @@ -98,6 +99,8 @@
("led", 2, Pins("E22"), IOStandard("LVCMOS33")),
("led", 3, Pins("D22"), IOStandard("LVCMOS33")),

("som_led", 0, Pins("W5"), IOStandard("LVCMOS33")),

# I2C.
("i2c", 0,
Subsignal("scl", Pins("N17"), Misc("PULLUP=True")),
Expand Down

0 comments on commit 1fb3178

Please sign in to comment.