1 /* 2 * Copyright (c) 2020 Cobham Gaisler AB 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef __RISCV_VIRT_SOC_H_ 8 #define __RISCV_VIRT_SOC_H_ 9 10 #include <soc_common.h> 11 #include <devicetree.h> 12 13 #define RISCV_MTIME_BASE 0x0200BFF8 14 #define RISCV_MTIMECMP_BASE 0x02004000 15 16 #endif 17