summary refs log tree commit diff stats
path: root/include/hw/riscv/sifive_clint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/riscv/sifive_clint.h')
-rw-r--r--include/hw/riscv/sifive_clint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/riscv/sifive_clint.h b/include/hw/riscv/sifive_clint.h
index aaa2a58c6e..e2865be1d1 100644
--- a/include/hw/riscv/sifive_clint.h
+++ b/include/hw/riscv/sifive_clint.h
@@ -47,4 +47,8 @@ enum {
     SIFIVE_TIME_BASE    = 0xBFF8
 };
 
+enum {
+    SIFIVE_CLINT_TIMEBASE_FREQ = 10000000
+};
+
 #endif