|
@@ -3,7 +3,8 @@ use core::arch::asm;
|
|
|
use xuantie_riscv::peripheral::clint::THeadClint;
|
|
|
|
|
|
use crate::sbi::ipi::IpiDevice;
|
|
|
-pub(crate) const SIFIVE_CLINT_COMPATIBLE: [&str; 1] = ["riscv,clint0"];
|
|
|
+pub(crate) const SIFIVE_CLINT_COMPATIBLE: [&str; 3] =
|
|
|
+ ["riscv,clint0", "starfive,jh7110-clint", "sifive,clint0"];
|
|
|
pub(crate) const THEAD_CLINT_COMPATIBLE: [&str; 1] = ["thead,c900-clint"];
|
|
|
|
|
|
#[doc(hidden)]
|