Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/driver...
[linux-2.6/verdex.git] / arch / ppc / platforms / 4xx / redwood5.h
blob264e34fb3fbd6f532bcb67d6528cebbb87ef5d35
1 /*
2 * arch/ppc/platforms/4xx/redwood5.h
4 * Macros, definitions, and data structures specific to the IBM PowerPC
5 * STB03xxx "Redwood" evaluation board.
7 * Author: Armin Kuster <akuster@mvista.com>
9 * 2001 (c) MontaVista, Software, Inc. This file is licensed under
10 * the terms of the GNU General Public License version 2. This program
11 * is licensed "as is" without any warranty of any kind, whether express
12 * or implied.
15 #ifdef __KERNEL__
16 #ifndef __ASM_REDWOOD5_H__
17 #define __ASM_REDWOOD5_H__
19 /* Redwood5 has an STB04xxx core */
20 #include <platforms/4xx/ibmstb4.h>
22 #ifndef __ASSEMBLY__
23 typedef struct board_info {
24 unsigned char bi_s_version[4]; /* Version of this structure */
25 unsigned char bi_r_version[30]; /* Version of the IBM ROM */
26 unsigned int bi_memsize; /* DRAM installed, in bytes */
27 unsigned int bi_dummy; /* field shouldn't exist */
28 unsigned char bi_enetaddr[6]; /* Ethernet MAC address */
29 unsigned int bi_intfreq; /* Processor speed, in Hz */
30 unsigned int bi_busfreq; /* Bus speed, in Hz */
31 unsigned int bi_tbfreq; /* Software timebase freq */
32 } bd_t;
33 #endif /* !__ASSEMBLY__ */
36 #define SMC91111_BASE_ADDR 0xf2000300
37 #define SMC91111_REG_SIZE 16
38 #define SMC91111_IRQ 28
40 #ifdef MAX_HWIFS
41 #undef MAX_HWIFS
42 #endif
43 #define MAX_HWIFS 1
45 #define _IO_BASE 0
46 #define _ISA_MEM_BASE 0
47 #define PCI_DRAM_OFFSET 0
49 #define BASE_BAUD (378000000 / 18 / 16)
51 #define PPC4xx_MACHINE_NAME "IBM Redwood5"
53 #endif /* __ASM_REDWOOD5_H__ */
54 #endif /* __KERNEL__ */