17 lines
300 B
C
17 lines
300 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 RISCV_MTIME_BASE 0x0200BFF8
|
||
|
#define RISCV_MTIMECMP_BASE 0x02004000
|
||
|
|
||
|
#endif
|