|
@@ -32,6 +32,7 @@
|
|
#define AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */
|
|
#define AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */
|
|
#define AT91_MASTER_CLOCK 100000000 /* peripheral */
|
|
#define AT91_MASTER_CLOCK 100000000 /* peripheral */
|
|
#define AT91_CPU_CLOCK 200000000 /* cpu */
|
|
#define AT91_CPU_CLOCK 200000000 /* cpu */
|
|
|
|
+#define CFG_AT91_PLLB 0x10073e01 /* PLLB settings for USB */
|
|
#define CONFIG_SYS_HZ 1000000 /* 1us resolution */
|
|
#define CONFIG_SYS_HZ 1000000 /* 1us resolution */
|
|
|
|
|
|
#define AT91_SLOW_CLOCK 32768 /* slow clock */
|
|
#define AT91_SLOW_CLOCK 32768 /* slow clock */
|
|
@@ -137,6 +138,8 @@
|
|
#define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00700000 /* AT91_BASE_UHP */
|
|
#define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00700000 /* AT91_BASE_UHP */
|
|
#define CONFIG_SYS_USB_OHCI_SLOT_NAME "at91cap9"
|
|
#define CONFIG_SYS_USB_OHCI_SLOT_NAME "at91cap9"
|
|
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2
|
|
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2
|
|
|
|
+#define CONFIG_USB_STORAGE 1
|
|
|
|
+#define CONFIG_CMD_FAT 1
|
|
|
|
|
|
#define CONFIG_SYS_LOAD_ADDR 0x72000000 /* load address */
|
|
#define CONFIG_SYS_LOAD_ADDR 0x72000000 /* load address */
|
|
|
|
|