diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/k1.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/k1.h b/include/configs/k1.h index 15a40f2128f..e09c3594905 100644 --- a/include/configs/k1.h +++ b/include/configs/k1.h @@ -12,4 +12,9 @@ #define CFG_SYS_NS16550_IER 0x40 /* UART Unit Enable */ #define CFG_SYS_SDRAM_BASE 0x0 +#define RISCV_MMODE_TIMERBASE 0xe4000000 +#define RISCV_MMODE_TIMEROFF 0xbff8 +#define RISCV_MMODE_TIMER_FREQ 24000000 +#define RISCV_SMODE_TIMER_FREQ 24000000 + #endif /* __CONFIG_H */ |
