From f0b0d8db2939ea9a00495ab75021a589b605dfe3 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Mon, 10 Jun 2024 17:01:40 +0200 Subject: [PATCH] linux dts: add vexii clint support --- litex/tools/litex_json2dts_linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/tools/litex_json2dts_linux.py b/litex/tools/litex_json2dts_linux.py index 7547cd7d0..a2af5e725 100755 --- a/litex/tools/litex_json2dts_linux.py +++ b/litex/tools/litex_json2dts_linux.py @@ -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 += """