decklink_quad_hdmi_recorder: Add Serial/UART pins.

This commit is contained in:
Florent Kermarrec 2022-03-23 11:08:21 +01:00
parent d399f33dda
commit 73458ae9d7
1 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,14 @@ _io = [
("debug", 2, Pins("AN34"), IOStandard("LVCMOS15")),
("debug", 3, Pins("AP34"), IOStandard("LVCMOS15")),
# Serial
("serial", 0,
Subsignal("tx", Pins("AP9")),
Subsignal("rx", Pins("AN9")),
IOStandard("LVCMOS15")
),
# SPIFlash (MX25L25645GSXDI).
# TODO (Probably similar to KCU105).