]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/mips/include/pltfm.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / mips / include / pltfm.h
1 /*-
2  *      JNPR: pltfm.h,v 1.5.2.1 2007/09/10 05:56:11 girish
3  * $FreeBSD$
4  */
5
6 #ifndef _MACHINE_PLTFM_H_
7 #define _MACHINE_PLTFM_H_
8
9 /*
10  * This files contains platform-specific definitions.
11  */
12 #define SDRAM_ADDR_START        0 /* SDRAM addr space */
13 #define SDRAM_ADDR_END          (SDRAM_ADDR_START + (1024*0x100000))
14 #define SDRAM_MEM_SIZE          (SDRAM_ADDR_END - SDRAM_ADDR_START)
15
16 #define UART_ADDR_START         0x1ef14000      /* UART */
17 #define UART_ADDR_END           0x1ef14fff
18 #define UART_MEM_SIZE           (UART_ADDR_END-UART_ADDR_START)
19
20 /*
21  * NS16550 UART address
22  */
23 #ifdef ADDR_NS16550_UART1
24 #undef ADDR_NS16550_UART1
25 #endif
26 #define ADDR_NS16550_UART1      0x1ef14000      /* UART */
27 #define VADDR_NS16550_UART1     0xbef14000      /* UART */
28
29 #endif /* !_MACHINE_PLTFM_H_ */