mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
linux dts: add vexii clint support
This commit is contained in:
parent
9c202b59d1
commit
f0b0d8db29
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ def generate_dts(d, initrd_start=None, initrd_size=None, initrd=None, root_devic
|
|||
|
||||
# Interrupt Controller -------------------------------------------------------------------------
|
||||
|
||||
if (cpu_arch == "riscv") and ("rocket" in cpu_name):
|
||||
if (cpu_arch == "riscv") and ("rocket" in cpu_name or "vexiiriscv" in cpu_name):
|
||||
# FIXME : L4 definitiion?
|
||||
# CHECKME: interrupts-extended.
|
||||
dts += """
|
||||
|
|
Loading…
Reference in a new issue