Skip to content
Snippets Groups Projects
Commit 26b6d43f authored by Katsuhiro Suzuki's avatar Katsuhiro Suzuki
Browse files

dts: riscv32-fe310: add missing clint properties


RISC-V clint is an interrupt controller but it has no required
properties (#interrupt-cells and interrupt-controller).
This patch just adds missing properties.

Signed-off-by: default avatarKatsuhiro Suzuki <katsuhiro@katsuster.net>
parent bb2f4600
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,9 @@ ...@@ -45,7 +45,9 @@
reg-names = "control"; reg-names = "control";
}; };
clint: clint@2000000 { clint: clint@2000000 {
#interrupt-cells = <1>;
compatible = "riscv,clint0"; compatible = "riscv,clint0";
interrupt-controller;
interrupts-extended = <&hlic 3 &hlic 7>; interrupts-extended = <&hlic 3 &hlic 7>;
reg = <0x2000000 0x10000>; reg = <0x2000000 0x10000>;
reg-names = "control"; reg-names = "control";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment