Disable aux timer as OpenSBI now fails
This commit is contained in:
parent
fa6227928e
commit
1620684b8e
14
ox-plic.dts
14
ox-plic.dts
@ -231,13 +231,13 @@
|
|||||||
interrupts-extended = <&HLIC0 3>, <&HLIC0 7>;
|
interrupts-extended = <&HLIC0 3>, <&HLIC0 7>;
|
||||||
compatible = "riscv,clint0";
|
compatible = "riscv,clint0";
|
||||||
};
|
};
|
||||||
aux_timer: clint@40010000 {
|
// aux_timer: clint@40010000 {
|
||||||
reg = <0x0 0x40010000 0x0 0x00010000>;
|
// reg = <0x0 0x40010000 0x0 0x00010000>;
|
||||||
reg-names = "control";
|
// reg-names = "control";
|
||||||
interrupts = <4>; /* PLIC input source 4 */
|
// interrupts = <4>; /* PLIC input source 4 */
|
||||||
interrupt-parent = <&PLIC>;
|
// interrupt-parent = <&PLIC>;
|
||||||
compatible = "riscv,clint0";
|
// compatible = "riscv,clint0";
|
||||||
};
|
// };
|
||||||
// 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>;
|
||||||
|
Loading…
Reference in New Issue
Block a user