summaryrefslogtreecommitdiff
path: root/include/configs/sun8i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/sun8i.h')
-rw-r--r--include/configs/sun8i.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h
index 1c1a7cde5e..f16e60b576 100644
--- a/include/configs/sun8i.h
+++ b/include/configs/sun8i.h
@@ -12,9 +12,15 @@
/*
* A23 specific configuration
*/
-#define CONFIG_SUN8I /* sun8i SoC generation */
+#define CONFIG_CLK_FULL_SPEED 1008000000
+
#define CONFIG_SYS_PROMPT "sun8i# "
+#ifdef CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_SUNXI
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
+#endif
+
/*
* Include common sunxi configuration where most the settings are
*/