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: Katsuhiro Suzuki <katsuhiro@katsuster.net>
This commit is contained in:
parent
a43db40da3
commit
0a6918d064
1 changed files with 2 additions and 0 deletions
|
|
@ -45,7 +45,9 @@
|
|||
reg-names = "control";
|
||||
};
|
||||
clint: clint@2000000 {
|
||||
#interrupt-cells = <1>;
|
||||
compatible = "riscv,clint0";
|
||||
interrupt-controller;
|
||||
interrupts-extended = <&hlic 3 &hlic 7>;
|
||||
reg = <0x2000000 0x10000>;
|
||||
reg-names = "control";
|
||||
|
|
|
|||
Loading…
Reference in a new issue