1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Vipin Kumar, STMicroelectronics, <vipin.kumar@st.com>
11 * High Level Configuration Options
14 #if defined(CONFIG_USBTTY)
15 #define CONFIG_SPEAR_USBTTY
18 #include <configs/spear-common.h>
20 /* Serial Configuration (PL011) */
21 #define CONFIG_SYS_SERIAL0 0xD0000000
22 #define CONFIG_SYS_SERIAL1 0xD0080000
23 #define CONFIG_PL01x_PORTS { (void *)CONFIG_SYS_SERIAL0, \
24 (void *)CONFIG_SYS_SERIAL1 }
26 /* NAND flash configuration */
27 #define CONFIG_SYS_FSMC_NAND_SP
28 #define CONFIG_SYS_FSMC_NAND_8BIT
29 #define CONFIG_SYS_NAND_BASE 0xD2000000
31 /* Ethernet PHY configuration */
32 #define CONFIG_PHY_NATSEMI
34 /* Environment Settings */
35 #define CONFIG_EXTRA_ENV_SETTINGS CONFIG_EXTRA_ENV_USBTTY
37 #endif /* __CONFIG_H */