summaryrefslogtreecommitdiff
path: root/bsp/include/sifive/devices/clint.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/include/sifive/devices/clint.h')
-rw-r--r--bsp/include/sifive/devices/clint.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/bsp/include/sifive/devices/clint.h b/bsp/include/sifive/devices/clint.h
new file mode 100644
index 0000000..cd3e0c7
--- /dev/null
+++ b/bsp/include/sifive/devices/clint.h
@@ -0,0 +1,14 @@
+// See LICENSE for license details
+
+#ifndef _SIFIVE_CLINT_H
+#define _SIFIVE_CLINT_H
+
+
+#define CLINT_MSIP 0x0000
+#define CLINT_MSIP_size 0x4
+#define CLINT_MTIMECMP 0x4000
+#define CLINT_MTIMECMP_size 0x8
+#define CLINT_MTIME 0xBFF8
+#define CLINT_MTIME_size 0x8
+
+#endif /* _SIFIVE_CLINT_H */