zephyr/soc/arm/fvp_aemv8r/aarch32/soc.h

14 lines
227 B
C

/*
* Copyright (c) 2022 IoT.bzh
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _SOC_H_
#define _SOC_H_
/* Do not let CMSIS to handle GIC and Timer */
#define __GIC_PRESENT 0
#define __TIM_PRESENT 0
#endif /* _SOC_H_ */