From d5b5cc336360db3978d795504fe7d67f88eb25a3 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 4 Jul 2024 16:46:35 +0200 Subject: [PATCH] Change the order of interrupts-extended for PLIC In the SiFive DTS they are in this order, not sure it that may cause any difference. --- ox-plic.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-plic.dts b/ox-plic.dts index cae6f1c..af572d7 100644 --- a/ox-plic.dts +++ b/ox-plic.dts @@ -167,7 +167,7 @@ * #define IRQ_LOCAL_MAX (IRQ_PMU_OVF + 1) * #define IRQ_LOCAL_MASK GENMASK((IRQ_LOCAL_MAX - 1), 0) */ - interrupts-extended = <&HLIC0 9>, <&HLIC0 11>; + interrupts-extended = <&HLIC0 11>, <&HLIC0 9>; reg = < 0x0 0x40800000 0x0 0x00400000>; riscv,ndev = <3>; //riscv,max-priority = <0x7>;