From d72b5ff5e9932cf02426f82842286530c93ef28f Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 30 Aug 2024 14:14:27 +0200 Subject: [PATCH] Disable the CLINT for now --- ox-plic.dts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ox-plic.dts b/ox-plic.dts index a5fdff6..e0191f4 100644 --- a/ox-plic.dts +++ b/ox-plic.dts @@ -224,17 +224,17 @@ * property is described in * Documentation/devicetree/bindings/riscv/cpus.yaml */ - clint: clint@40002000 { - /* MTIME and MTIMECMP address and size pairs */ - reg = <0x0 0x40002000 0x0 0x8>, <0x0 0x40002008 0x0 0x8>; - interrupts-extended = <&HLIC0 3>, <&HLIC0 7>; - /*<&CPU0 0x3>, <&CPU0 0x7>,*/ - /*<&onic_pool 0x3>, <&onic_pool 0x7>,*/ - /*<&SERIAL 0x3>, <&SERIAL 0x7>*/ - - /* Allows using the "generic" platform in OpenSBI. */ - compatible = "riscv,aclint-mtimer"; - }; +// clint: clint@40002000 { +// /* MTIME and MTIMECMP address and size pairs */ +// reg = <0x0 0x40002000 0x0 0x8>, <0x0 0x40002008 0x0 0x8>; +// interrupts-extended = <&HLIC0 3>, <&HLIC0 7>; +// /*<&CPU0 0x3>, <&CPU0 0x7>,*/ +// /*<&onic_pool 0x3>, <&onic_pool 0x7>,*/ +// /*<&SERIAL 0x3>, <&SERIAL 0x7>*/ +// +// /* Allows using the "generic" platform in OpenSBI. */ +// compatible = "riscv,aclint-mtimer"; +// }; /* Guesswork: There must be a timer at 0x40170000 as it is * initialized in OpenSBI. It seems to drive the console. */