Updates to Freedom SoCs
[freedom-sifive.git] / bootrom / sdboot / include / devices / clint.h
1 // See LICENSE for license details.
2
3 #ifndef _SIFIVE_CLINT_H
4 #define _SIFIVE_CLINT_H
5
6
7 #define CLINT_MSIP 0x0000
8 #define CLINT_MSIP_size 0x4
9 #define CLINT_MTIMECMP 0x4000
10 #define CLINT_MTIMECMP_size 0x8
11 #define CLINT_MTIME 0xBFF8
12 #define CLINT_MTIME_size 0x8
13
14 #endif /* _SIFIVE_CLINT_H */