spi-topcliff-pch: add recovery processing in case wait-event timeout
[zen-stable.git] / arch / arm / plat-mxc / include / mach / board-mx31ads.h
blob94b60dd47137815546daa21dda6fde02a403b055
1 /*
2 * Copyright 2005-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_MX31ADS_H__
12 #define __ASM_ARCH_MXC_BOARD_MX31ADS_H__
14 #include <mach/hardware.h>
17 * These symbols are used by drivers/net/cs89x0.c.
18 * This is ugly as hell, but we have to provide them until
19 * someone fixed the driver.
22 /* Base address of PBC controller */
23 #define PBC_BASE_ADDRESS MX31_CS4_BASE_ADDR_VIRT
24 /* Offsets for the PBC Controller register */
26 /* Ethernet Controller IO base address */
27 #define PBC_CS8900A_IOBASE 0x020000
29 #define MXC_EXP_IO_BASE (MXC_BOARD_IRQ_START)
31 #define EXPIO_INT_ENET_INT (MXC_EXP_IO_BASE + 8)
33 #endif /* __ASM_ARCH_MXC_BOARD_MX31ADS_H__ */