2 * PXA270-based Intel Mainstone platforms.
4 * Copyright (c) 2007 by Armin Kuster <akuster@kama-aina.net> or
7 * This code is licensed under the GNU GPL v2.
10 #ifndef __MAINSTONE_H__
11 #define __MAINSTONE_H__
13 /* Device addresses */
14 #define MST_FPGA_PHYS 0x08000000
15 #define MST_ETH_PHYS 0x10000300
16 #define MST_FLASH_0 0x00000000
17 #define MST_FLASH_1 0x04000000
23 #define ETHERNET_IRQ 3
29 #define S0_STSCHG_IRQ 10
32 #define S1_STSCHG_IRQ 14
36 *mst_irq_init(PXA2xxState
*cpu
, uint32_t base
, int irq
);
38 #endif /* __MAINSTONE_H__ */