blob: e42042213aeb84384bad7b44ea597a14af862ba3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 *
3 * Definitions for H3600 Handheld Computer
4 *
5 * Copyright 2000 Compaq Computer Corporation.
6 *
7 * Use consistent with the GNU GPL is permitted,
8 * provided that this copyright notice is
9 * preserved in its entirety in all copies and derived works.
10 *
11 * COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
12 * AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
13 * FITNESS FOR ANY PARTICULAR PURPOSE.
14 *
15 * Author: Jamey Hicks.
16 *
17 * History:
18 *
19 * 2001-10-?? Andrew Christian Added support for iPAQ H3800
20 *
21 */
22
23#ifndef _INCLUDE_H3600_H_
24#define _INCLUDE_H3600_H_
25
Linus Torvalds1da177e2005-04-16 15:20:36 -070026/* Physical memory regions corresponding to chip selects */
Kristoffer Ericson93982532008-11-26 20:58:43 +010027#define H3600_EGPIO_PHYS (SA1100_CS5_PHYS + 0x01000000)
28#define H3600_BANK_2_PHYS SA1100_CS2_PHYS
29#define H3600_BANK_4_PHYS SA1100_CS4_PHYS
Linus Torvalds1da177e2005-04-16 15:20:36 -070030
31/* Virtual memory regions corresponding to chip selects 2 & 4 (used on sleeves) */
Kristoffer Ericson93982532008-11-26 20:58:43 +010032#define H3600_EGPIO_VIRT 0xf0000000
33#define H3600_BANK_2_VIRT 0xf1000000
34#define H3600_BANK_4_VIRT 0xf3800000
Linus Torvalds1da177e2005-04-16 15:20:36 -070035
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#endif /* _INCLUDE_H3600_H_ */