diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-12-20 18:18:24 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-12-20 18:18:24 +0000 |
| commit | a082bf62436d45b5a7be90c916068d99acc41e6e (patch) | |
| tree | 03f5f0727ab6833a28f69f324f7a2007f4c336af /sys/boot/arm/at91/libat91 | |
| parent | b0785d970db8a1cfe5b8ebe34d55cffb14572e4e (diff) | |
Notes
Diffstat (limited to 'sys/boot/arm/at91/libat91')
| -rw-r--r-- | sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h b/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h index c6810f02f7a7..13edbecd7bc7 100644 --- a/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h +++ b/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h @@ -39,6 +39,14 @@ typedef unsigned short sdram_size_t; #define OSC_MAIN_MULT 90 #endif +#ifdef BOOT_BWCT +/* The following divisor sets PLLA frequency: e.g. 16/4 * 45 = 180MHz */ +#define OSC_MAIN_FREQ_DIV 4 /* for 16MHz osc */ +#define SDRAM_WIDTH AT91C_SDRC_DBW_32_BITS +typedef unsigned int sdram_size_t; +#define OSC_MAIN_MULT 45 +#endif + #ifdef BOOT_TSC /* The following divisor sets PLLA frequency: e.g. 16/4 * 45 = 180MHz */ #define OSC_MAIN_FREQ_DIV 4 /* for 16MHz osc */ |
