4 * Configuration settings for the Allwinner A13 (sun5i) CPU
6 * SPDX-License-Identifier: GPL-2.0+
12 * High Level Configuration Options
14 #define CONFIG_SUN5I /* sun5i SoC generation */
15 #define CONFIG_CLK_FULL_SPEED 1008000000
17 #define CONFIG_SYS_PROMPT "sun5i# "
18 #define CONFIG_MACH_TYPE 4138
20 #ifdef CONFIG_USB_EHCI
21 #define CONFIG_USB_EHCI_SUNXI
22 #define CONFIG_USB_MAX_CONTROLLER_COUNT 1
26 * Include common sunxi configuration where most the settings are
28 #include <configs/sunxi-common.h>
30 #endif /* __CONFIG_H */