]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/sun7i.h
sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory
[karo-tx-uboot.git] / include / configs / sun7i.h
index f817f73076ec7746ee90e4505ce9ffbc87402214..3d26ce8d4a4d183c7500d8f5f48d4837b5ab0e31 100644 (file)
 /*
  * A20 specific configuration
  */
-#define CONFIG_CLK_FULL_SPEED          912000000
 
 #ifdef CONFIG_USB_EHCI
 #define CONFIG_USB_EHCI_SUNXI
 #define CONFIG_USB_MAX_CONTROLLER_COUNT        2
 #endif
 
+#define CONFIG_SUNXI_USB_PHYS  3
+
 #define CONFIG_ARMV7_PSCI              1
 #define CONFIG_ARMV7_SECURE_BASE       SUNXI_SRAM_B_BASE
-#define CONFIG_SYS_CLK_FREQ            24000000
-#define CONFIG_TIMER_CLK_FREQ          CONFIG_SYS_CLK_FREQ
+#define CONFIG_TIMER_CLK_FREQ          24000000
+
+#define CONFIG_NAND_SUNXI_GPC_PORTS    {16, 17, 18, 19, 20, 21, 22, 24}
 
 /*
  * Include common sunxi configuration where most the settings are