summaryrefslogtreecommitdiff
path: root/fw/fe310/bsp/include/sifive/devices/clint.h
blob: 617b657153689b7bff9574a59dcb920608b093c3 (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 */