blob: 66dae5f58806c368d96b07ffdd938d5927637715 [file] [log] [blame]
/*
* Copyright (c) 2020 Cobham Gaisler AB
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __RISCV_VIRT_SOC_H_
#define __RISCV_VIRT_SOC_H_
#include <soc_common.h>
#define SIFIVE_SYSCON_TEST 0x00100000
#define RISCV_MTIME_BASE 0x0200BFF8
#define RISCV_MTIMECMP_BASE 0x02004000
#define RISCV_MSIP_BASE 0x02000000
#endif