zephyr/soc/riscv/riscv-privileged/virt/soc.h

16 lines
276 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>
#define SIFIVE_SYSCON_TEST 0x00100000
#define RISCV_MSIP_BASE 0x02000000
#endif