summaryrefslogtreecommitdiff
path: root/bsp/include/sifive/devices/clint.h
blob: cd3e0c7a34f342dd4c4647ba15626f955e1f904e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */