3 * Vipin Kumar, STMicroelectronics, <vipin.kumar@st.com>
5 * SPDX-License-Identifier: GPL-2.0+
12 * High Level Configuration Options
15 #if defined(CONFIG_USBTTY)
16 #define CONFIG_SPEAR_USBTTY
19 #if defined(CONFIG_NAND)
20 #define CONFIG_ENV_IS_IN_NAND
22 #define CONFIG_ENV_IS_IN_FLASH
25 #include <configs/spear-common.h>
27 /* Serial Configuration (PL011) */
28 #define CONFIG_SYS_SERIAL0 0xD0000000
29 #define CONFIG_SYS_SERIAL1 0xD0080000
30 #define CONFIG_PL01x_PORTS { (void *)CONFIG_SYS_SERIAL0, \
31 (void *)CONFIG_SYS_SERIAL1 }
33 /* NAND flash configuration */
34 #define CONFIG_SYS_FSMC_NAND_SP
35 #define CONFIG_SYS_FSMC_NAND_8BIT
36 #define CONFIG_SYS_NAND_BASE 0xD2000000
38 /* Ethernet PHY configuration */
39 #define CONFIG_PHY_NATSEMI
41 /* Environment Settings */
42 #define CONFIG_EXTRA_ENV_SETTINGS CONFIG_EXTRA_ENV_USBTTY
44 #endif /* __CONFIG_H */