Disable the CLINT for now
This commit is contained in:
parent
51ceb85d69
commit
d72b5ff5e9
22
ox-plic.dts
22
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. */
|
||||
|
Loading…
Reference in New Issue
Block a user