platforms/ocp_tap_timecard: Add clk10 and som_led.

This commit is contained in:
Florent Kermarrec 2023-09-22 08:32:31 +02:00
parent 07fa5a1205
commit 1fb317840f
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,8 @@ _io = [
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")),
@ -98,6 +99,8 @@ _io = [
("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")),