Skip to content

Commit

Permalink
Merge pull request #55 from visitorckw/fix-dtc-warning
Browse files Browse the repository at this point in the history
Fix clint node in DTS by removing interrupt-controller property
  • Loading branch information
jserv authored Sep 1, 2024
2 parents 0aceed0 + 6ed2748 commit 78e0011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gen-hart-dts.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def dtsi_template (cpu_list: str, plic_list, clint_list, clock_freq):
clint0: clint@4300000 {{
compatible = "riscv,clint0";
interrupt-controller;
interrupts-extended =
{clint_list};
reg = <0x4300000 0x10000>;
Expand Down

0 comments on commit 78e0011

Please sign in to comment.