dts: opentitan: update plic interrupt count to match spec
previously `184`, update to `182`, per: https://opentitan.org/book/hw/top_earlgrey/ip_autogen/rv_plic/ Signed-off-by: nagendra modadugu <ngm@meta.com>
This commit is contained in:
parent
0014ec9f33
commit
6b621a2939
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
interrupts-extended = <&hlic 11>;
|
||||
reg = <0x48000000 0x04000000>;
|
||||
riscv,max-priority = <7>;
|
||||
riscv,ndev = <184>;
|
||||
riscv,ndev = <182>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue