Statistics
| Branch: | Revision:

root / hw / mainstone.h @ 7233b355

History | View | Annotate | Download (589 Bytes)

1
/*
2
 * PXA270-based Intel Mainstone platforms.
3
 *
4
 * Copyright (c) 2007 by Armin Kuster <akuster@kama-aina.net> or
5
 *                                    <akuster@mvista.com>
6
 *
7
 * This code is licensed under the GNU GPL v2.
8
 */
9

    
10
#ifndef __MAINSTONE_H__
11
#define __MAINSTONE_H__
12

    
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
18

    
19
/* IRQ definitions */
20
#define ETHERNET_IRQ        3
21

    
22
extern qemu_irq
23
*mst_irq_init(struct pxa2xx_state_s *cpu, uint32_t base, int irq);
24

    
25
#endif /* __MAINSTONE_H__ */