Disable the CLINT for now

This commit is contained in:
Rodrigo Arias 2024-08-30 14:14:27 +02:00
parent 51ceb85d69
commit d72b5ff5e9

View File

@ -224,17 +224,17 @@
* property is described in * property is described in
* Documentation/devicetree/bindings/riscv/cpus.yaml * Documentation/devicetree/bindings/riscv/cpus.yaml
*/ */
clint: clint@40002000 { // clint: clint@40002000 {
/* MTIME and MTIMECMP address and size pairs */ // /* MTIME and MTIMECMP address and size pairs */
reg = <0x0 0x40002000 0x0 0x8>, <0x0 0x40002008 0x0 0x8>; // reg = <0x0 0x40002000 0x0 0x8>, <0x0 0x40002008 0x0 0x8>;
interrupts-extended = <&HLIC0 3>, <&HLIC0 7>; // interrupts-extended = <&HLIC0 3>, <&HLIC0 7>;
/*<&CPU0 0x3>, <&CPU0 0x7>,*/ // /*<&CPU0 0x3>, <&CPU0 0x7>,*/
/*<&onic_pool 0x3>, <&onic_pool 0x7>,*/ // /*<&onic_pool 0x3>, <&onic_pool 0x7>,*/
/*<&SERIAL 0x3>, <&SERIAL 0x7>*/ // /*<&SERIAL 0x3>, <&SERIAL 0x7>*/
//
/* Allows using the "generic" platform in OpenSBI. */ // /* Allows using the "generic" platform in OpenSBI. */
compatible = "riscv,aclint-mtimer"; // compatible = "riscv,aclint-mtimer";
}; // };
/* Guesswork: There must be a timer at 0x40170000 as it is /* Guesswork: There must be a timer at 0x40170000 as it is
* initialized in OpenSBI. It seems to drive the console. */ * initialized in OpenSBI. It seems to drive the console. */