18 lines
348 B
C
18 lines
348 B
C
/*
|
|
* 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>
|
|
#include <devicetree.h>
|
|
|
|
#define SIFIVE_SYSCON_TEST 0x00100000
|
|
#define RISCV_MTIME_BASE 0x0200BFF8
|
|
#define RISCV_MTIMECMP_BASE 0x02004000
|
|
|
|
#endif
|