19 lines
356 B
C
19 lines
356 B
C
/*
|
|
* Copyright (c) 2023 Efinix Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __RISCV32_EFINIX_SAPPHIRE_SOC_H_
|
|
#define __RISCV32_EFINIX_SAPPHIRE_SOC_H_
|
|
|
|
#include "soc_common.h"
|
|
#include <zephyr/arch/riscv/sys_io.h>
|
|
#include <zephyr/devicetree.h>
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
#endif /* _ASMLANGUAGE */
|
|
|
|
#endif /* __RISCV32_EFINIX_SAPPHIRE_SOC_H_ */
|