zephyr/soc/renode/cortex_r8_virtual/soc.h
Krzysztof Sychla dc433dd6bd soc: renode: Add cortex_r8_virtual
Add virtual Cortex R8 SoC. This target does not represent a real SoC,
but can be easily run in Renode.

This will allow to easily test basic architecture support.

Signed-off-by: Krzysztof Sychla <ksychla@antmicro.com>
Signed-off-by: Marek Slowinski <mslowinski@antmicro.com>
Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com>
Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>
2024-10-01 09:58:22 +02:00

17 lines
316 B
C

/*
* Copyright (c) 2024 Antmicro <www.antmicro.com>
*
* SPDX-License-Identifier: Apache-2.0
*
*/
#ifndef ZEPHYR_SOC_CORTEX_R8_VIRTUAL_SOC_H_
#define ZEPHYR_SOC_CORTEX_R8_VIRTUAL_SOC_H_
#define __CR_REV 1U
#define __GIC_PRESENT 0U
#define __TIM_PRESENT 0U
#endif /* ZEPHYR_SOC_CORTEX_R8_VIRTUAL_SOC_H_ */