2 * Copyright (C) 2012-2014 Panasonic Corporation
3 * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
5 * SPDX-License-Identifier: GPL-2.0+
14 * CONFIG_PFC_MICRO_SUPPORT_CARD - Original Micro Support Card made by PFC.
15 * CONFIG_DCC_MICRO_SUPPORT_CARD - DCC version Micro Support Card.
16 * CPLD is re-programmed for ARIMA board compatibility.
17 * No define - No support card.
21 #define CONFIG_PFC_MICRO_SUPPORT_CARD
23 #define CONFIG_DCC_MICRO_SUPPORT_CARD
27 * Serial Configuration
28 * SoC UART : enable CONFIG_UNIPHIER_SERIAL
29 * On-board UART: enable CONFIG_SYS_NS16550_SERIAL
32 #define CONFIG_SYS_NS16550_SERIAL
35 #define CONFIG_SMC911X
37 #define CONFIG_DDR_NUM_CH0 1
38 #define CONFIG_DDR_NUM_CH1 1
41 * Memory Size & Mapping
43 /* Physical start address of SDRAM */
44 #define CONFIG_SDRAM0_BASE 0x80000000
45 #define CONFIG_SDRAM0_SIZE 0x10000000
46 #define CONFIG_SDRAM1_BASE 0x90000000
47 #define CONFIG_SDRAM1_SIZE 0x10000000
49 #define CONFIG_SPL_TEXT_BASE 0x40000
51 #include "uniphier-common.h"
53 #endif /* __PH1_XXX_H */