We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca4cf86 + 991d863 commit 88fa89aCopy full SHA for 88fa89a
scripts/gen-hart-dts.py
@@ -46,7 +46,7 @@ def mtimer_irq_format(nums):
46
s += f"<&cpu{i}_intc 7>, " # 7 is the MTIMER interrupt number (Machine Timer Interrupt)
47
return s[:-2]
48
49
-def dtsi_template (cpu_list: str, plic_list, sswi_list, mtimer_list, mswi_list, clock_freq):
+def dtsi_template (cpu_list: str, plic_list, sswi_list, mswi_list, mtimer_list, clock_freq):
50
return f"""/{{
51
cpus {{
52
#address-cells = <1>;
0 commit comments