mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
platforms/de0nano/serial: add gpio names in comment
This commit is contained in:
parent
94ba343daf
commit
15f3457aea
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ _io = [
|
|||
("sw", 3, Pins("M15"), IOStandard("3.3-V LVTTL")),
|
||||
|
||||
("serial", 0,
|
||||
Subsignal("tx", Pins("B4"), IOStandard("3.3-V LVTTL")),
|
||||
Subsignal("rx", Pins("B5"), IOStandard("3.3-V LVTTL"))
|
||||
Subsignal("tx", Pins("B4"), IOStandard("3.3-V LVTTL")), # gpio_05
|
||||
Subsignal("rx", Pins("B5"), IOStandard("3.3-V LVTTL")) # gpio_07
|
||||
),
|
||||
|
||||
("sdram_clock", 0, Pins("R4"), IOStandard("3.3-V LVTTL")),
|
||||
|
|
Loading…
Reference in a new issue