mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
sds1104xe: defaults to Crossover UART.
This commit is contained in:
parent
ab72f69937
commit
c6e75122d9
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ class BaseSoC(SoCCore):
|
|||
platform = sds1104xe.Platform()
|
||||
|
||||
# SoCCore ----------------------------------------------------------------------------------
|
||||
if kwargs["uart_name"] == "serial":
|
||||
kwargs["uart_name"] = "crossover" # Defaults to Crossover UART.
|
||||
SoCCore.__init__(self, platform, sys_clk_freq,
|
||||
ident = "LiteX SoC on Siglent SDS1104X-E",
|
||||
ident_version = True,
|
||||
|
|
Loading…
Reference in a new issue