mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
tools/litex_json2dts_linux: Only generate lintc0 for rocket for now.
This commit is contained in:
parent
93632465a0
commit
991198ec2e
1 changed files with 2 additions and 1 deletions
|
@ -282,7 +282,8 @@ def generate_dts(d, initrd_start=None, initrd_size=None, initrd=None, root_devic
|
|||
|
||||
# Interrupt Controller -------------------------------------------------------------------------
|
||||
|
||||
if cpu_arch == "riscv":
|
||||
if (cpu_arch == "riscv") and ("rocket" in cpu_name):
|
||||
# FIXME : L4 definitiion?
|
||||
# CHECKME: interrupts-extended.
|
||||
dts += """
|
||||
lintc0: clint@{clint_base:x} {{
|
||||
|
|
Loading…
Reference in a new issue