]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/at91rm9200dk.h
* Patch by Steven Scholz, 27 Feb 2004:
[karo-tx-uboot.git] / include / configs / at91rm9200dk.h
index 90cf8a2b4ae031338d48ef1245ccd0d14c24d37f..3949f9caa0553f4a1ffdc29f5b995cfe3a719900 100644 (file)
@@ -36,6 +36,8 @@
 #define AT91C_MASTER_CLOCK  59904000  /* peripheral clock (AT91C_MASTER_CLOCK / 3) */
 /* #define AT91C_MASTER_CLOCK  44928000 */  /* peripheral clock (AT91C_MASTER_CLOCK / 4) */
 
+#define AT91_SLOW_CLOCK                32768   /* slow clock */
+
 #define CONFIG_AT91RM9200DK     1      /* on an AT91RM9200DK Board      */
 #undef CONFIG_USE_IRQ                  /* we don't need IRQ/FIQ stuff */
 #define CONFIG_CMDLINE_TAG      1      /* enable passing of ATAGs      */
@@ -50,6 +52,8 @@
 
 #define CONFIG_BAUDRATE 115200
 
+#define CFG_AT91C_BRGR_DIVISOR 33      /* hardcode so no __divsi3 : AT91C_MASTER_CLOCK / baudrate / 16 */
+
 /*
  * Hardware drivers
  */