added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / arch / arm / plat-mxc / include / mach / board-mx31lite.h
blobe4e5cf5ad7db52554240a37dac874d18c490de2a
1 /*
2 * Copyright 2007 Freescale Semiconductor, Inc. All Rights Reserved.
3 */
5 /*
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
11 #ifndef __ASM_ARCH_MXC_BOARD_MX31LITE_H__
12 #define __ASM_ARCH_MXC_BOARD_MX31LITE_H__
14 #define MXC_MAX_EXP_IO_LINES 16
18 * Memory Size parameters
22 * Size of SDRAM memory
24 #define SDRAM_MEM_SIZE SZ_128M
26 * Size of MBX buffer memory
28 #define MXC_MBX_MEM_SIZE SZ_16M
30 * Size of memory available to kernel
32 #define MEM_SIZE (SDRAM_MEM_SIZE - MXC_MBX_MEM_SIZE)
34 #define MXC_LL_UART_PADDR UART1_BASE_ADDR
35 #define MXC_LL_UART_VADDR AIPS1_IO_ADDRESS(UART1_BASE_ADDR)
37 #endif /* __ASM_ARCH_MXC_BOARD_MX31ADS_H__ */