1 /* 2 * SPDX-License-Identifier: Apache-2.0 3 * 4 * Copyright (c) 2020-2021 Microchip Technology Inc 5 */ 6 #ifndef __RISCV64_MPFS_SOC_H_ 7 #define __RISCV64_MPFS_SOC_H_ 8 9 #include <soc_common.h> 10 #include <zephyr/devicetree.h> 11 12 13 #define RISCV_MSIP_BASE 0x02000000 14 15 #endif /* __RISCV64_MPFS_SOC_H_ */ 16