1 /*
2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6 
7 #ifndef BSP_MCU_DEVICE_PN_CFG_H_
8 #define BSP_MCU_DEVICE_PN_CFG_H_
9 #define BSP_MCU_R9A07G084M04GBG
10 #define BSP_ATCM_SIZE_BYTES (131072)
11 #define BSP_BTCM_SIZE_BYTES (131072)
12 #define BSP_SYSTEM_RAM_SIZE_BYTES (1572864)
13 #define BSP_PACKAGE_FBGA
14 #define BSP_PACKAGE_PINS (225)
15 
16 #define BSP_CFG_CORE_CR52 (0)
17 #endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
18