iq80310reg.h revision 1.3.4.2 1 1.3.4.2 nathanw /* $NetBSD: iq80310reg.h,v 1.3.4.2 2002/01/08 00:24:28 nathanw Exp $ */
2 1.3.4.2 nathanw
3 1.3.4.2 nathanw /*
4 1.3.4.2 nathanw * Copyright (c) 2001 Wasabi Systems, Inc.
5 1.3.4.2 nathanw * All rights reserved.
6 1.3.4.2 nathanw *
7 1.3.4.2 nathanw * Written by Jason R. Thorpe for Wasabi Systems, Inc.
8 1.3.4.2 nathanw *
9 1.3.4.2 nathanw * Redistribution and use in source and binary forms, with or without
10 1.3.4.2 nathanw * modification, are permitted provided that the following conditions
11 1.3.4.2 nathanw * are met:
12 1.3.4.2 nathanw * 1. Redistributions of source code must retain the above copyright
13 1.3.4.2 nathanw * notice, this list of conditions and the following disclaimer.
14 1.3.4.2 nathanw * 2. Redistributions in binary form must reproduce the above copyright
15 1.3.4.2 nathanw * notice, this list of conditions and the following disclaimer in the
16 1.3.4.2 nathanw * documentation and/or other materials provided with the distribution.
17 1.3.4.2 nathanw * 3. All advertising materials mentioning features or use of this software
18 1.3.4.2 nathanw * must display the following acknowledgement:
19 1.3.4.2 nathanw * This product includes software developed for the NetBSD Project by
20 1.3.4.2 nathanw * Wasabi Systems, Inc.
21 1.3.4.2 nathanw * 4. The name of Wasabi Systems, Inc. may not be used to endorse
22 1.3.4.2 nathanw * or promote products derived from this software without specific prior
23 1.3.4.2 nathanw * written permission.
24 1.3.4.2 nathanw *
25 1.3.4.2 nathanw * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
26 1.3.4.2 nathanw * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27 1.3.4.2 nathanw * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28 1.3.4.2 nathanw * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC
29 1.3.4.2 nathanw * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 1.3.4.2 nathanw * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 1.3.4.2 nathanw * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32 1.3.4.2 nathanw * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33 1.3.4.2 nathanw * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34 1.3.4.2 nathanw * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35 1.3.4.2 nathanw * POSSIBILITY OF SUCH DAMAGE.
36 1.3.4.2 nathanw */
37 1.3.4.2 nathanw
38 1.3.4.2 nathanw #ifndef _IQ80310REG_H_
39 1.3.4.2 nathanw #define _IQ80310REG_H_
40 1.3.4.2 nathanw
41 1.3.4.2 nathanw /*
42 1.3.4.2 nathanw * Memory map and register definitions for the Intel IQ80310
43 1.3.4.2 nathanw * Evaluation Board.
44 1.3.4.2 nathanw */
45 1.3.4.2 nathanw
46 1.3.4.2 nathanw /*
47 1.3.4.2 nathanw * The memory map of the IQ80310 looks like so:
48 1.3.4.2 nathanw *
49 1.3.4.2 nathanw * ------------------------------
50 1.3.4.2 nathanw * On-board devices
51 1.3.4.2 nathanw * Flash Bank 0
52 1.3.4.2 nathanw * FE80 0000 ------------------------------
53 1.3.4.2 nathanw * DRAM
54 1.3.4.2 nathanw * A000 0000 ------------------------------
55 1.3.4.2 nathanw * Reserved
56 1.3.4.2 nathanw * 9002 0000 ------------------------------
57 1.3.4.2 nathanw * ATU Outbound Transaction
58 1.3.4.2 nathanw * Windows
59 1.3.4.2 nathanw * 8000 0000 ------------------------------
60 1.3.4.2 nathanw * ATU Outbound Direct
61 1.3.4.2 nathanw * Addressing Windows
62 1.3.4.2 nathanw * 0080 0000 ------------------------------
63 1.3.4.2 nathanw * Flash Bank 1
64 1.3.4.2 nathanw * 0000 2000 ------------------------------
65 1.3.4.2 nathanw * Reserved
66 1.3.4.2 nathanw * 0000 1900 ------------------------------
67 1.3.4.2 nathanw * Peripheral Memory Mapped
68 1.3.4.2 nathanw * Registers
69 1.3.4.2 nathanw * 0000 1000 ------------------------------
70 1.3.4.2 nathanw * Initialization Boot Code
71 1.3.4.2 nathanw * from Flash Bank 1
72 1.3.4.2 nathanw * 0000 0000 ------------------------------
73 1.3.4.2 nathanw */
74 1.3.4.2 nathanw
75 1.3.4.2 nathanw /*
76 1.3.4.2 nathanw * We map the CPLD registers VA==PA, so we go ahead and cheat
77 1.3.4.2 nathanw * with register access.
78 1.3.4.2 nathanw */
79 1.3.4.2 nathanw #define CPLD_READ(x) *((__volatile uint8_t *)(x))
80 1.3.4.2 nathanw #define CPLD_WRITE(x, v) *((__volatile uint8_t *)(x)) = (v)
81 1.3.4.2 nathanw
82 1.3.4.2 nathanw /*
83 1.3.4.2 nathanw * We allocate a page table for VA 0xfe400000 (4MB) and map the i80312
84 1.3.4.2 nathanw * PCI I/O space (2 * 64L) and i80312 regisers (4K) there.
85 1.3.4.2 nathanw */
86 1.3.4.2 nathanw #define IQ80310_IOPXS_VBASE 0xfe400000UL
87 1.3.4.2 nathanw #define IQ80310_PIOW_VBASE IQ80310_IOPXS_VBASE
88 1.3.4.2 nathanw #define IQ80310_SIOW_VBASE (IQ80310_PIOW_VBASE + I80312_PCI_XLATE_IOSIZE)
89 1.3.4.2 nathanw #define IQ80310_80312_VBASE (IQ80310_SIOW_VBASE + I80312_PCI_XLATE_IOSIZE)
90 1.3.4.2 nathanw
91 1.3.4.2 nathanw /*
92 1.3.4.2 nathanw * The IQ80310 on-board devices are mapped VA==PA during bootstrap.
93 1.3.4.2 nathanw * Conveniently, the size of the on-board register space is 1 section
94 1.3.4.2 nathanw * mapping.
95 1.3.4.2 nathanw */
96 1.3.4.2 nathanw #define IQ80310_OBIO_BASE 0xfe800000UL
97 1.3.4.2 nathanw #define IQ80310_OBIO_SIZE 0x00100000UL /* 1MB */
98 1.3.4.2 nathanw
99 1.3.4.2 nathanw #define IQ80310_UART1 0xfe800000UL /* XR 16550 */
100 1.3.4.2 nathanw
101 1.3.4.2 nathanw #define IQ80310_UART2 0xfe810000UL /* XR 16550 */
102 1.3.4.2 nathanw
103 1.3.4.2 nathanw #define IQ80310_XINT3_STATUS 0xfe820000UL
104 1.3.4.2 nathanw #define XINT3_TIMER 0 /* CPLD timer */
105 1.3.4.2 nathanw #define XINT3_ETHERNET 1 /* on-board i82559 */
106 1.3.4.2 nathanw #define XINT3_UART1 2 /* 16550 #1 */
107 1.3.4.2 nathanw #define XINT3_UART2 3 /* 16550 #2 */
108 1.3.4.2 nathanw #define XINT3_SINTD 4 /* INTD# */
109 1.3.4.2 nathanw #define XINT3_BIT(x) (1U << (x))
110 1.3.4.2 nathanw
111 1.3.4.2 nathanw #define IQ80310_BOARD_REV 0xfe830000UL /* rev F and later (??) */
112 1.3.4.2 nathanw #define BOARD_REV(x) (((x) & 0xf) + '@')
113 1.3.4.2 nathanw
114 1.3.4.2 nathanw #define IQ80310_CPLD_REV 0xfe840000UL
115 1.3.4.2 nathanw #define CPLD_REV(x) (((x) & 0xf) + '@')
116 1.3.4.2 nathanw
117 1.3.4.2 nathanw #define IQ80310_7SEG_MSB 0xfe840000UL
118 1.3.4.2 nathanw #define IQ80310_7SEG_LSB 0xfe850000UL
119 1.3.4.2 nathanw /*
120 1.3.4.2 nathanw * The 7-segment display looks like so:
121 1.3.4.2 nathanw *
122 1.3.4.2 nathanw * A
123 1.3.4.2 nathanw * +-----+
124 1.3.4.2 nathanw * | |
125 1.3.4.2 nathanw * F | | B
126 1.3.4.2 nathanw * | G |
127 1.3.4.2 nathanw * +-----+
128 1.3.4.2 nathanw * | |
129 1.3.4.2 nathanw * E | | C
130 1.3.4.2 nathanw * | D |
131 1.3.4.2 nathanw * +-----+ o DP
132 1.3.4.2 nathanw *
133 1.3.4.2 nathanw * Setting a bit clears the corresponding segment on the
134 1.3.4.2 nathanw * display.
135 1.3.4.2 nathanw */
136 1.3.4.2 nathanw #define SEG_A (1 << 0)
137 1.3.4.2 nathanw #define SEG_B (1 << 1)
138 1.3.4.2 nathanw #define SEG_C (1 << 2)
139 1.3.4.2 nathanw #define SEG_D (1 << 3)
140 1.3.4.2 nathanw #define SEG_E (1 << 4)
141 1.3.4.2 nathanw #define SEG_F (1 << 5)
142 1.3.4.2 nathanw #define SEG_G (1 << 6)
143 1.3.4.2 nathanw #define SEG_DP (1 << 7)
144 1.3.4.2 nathanw
145 1.3.4.2 nathanw #define IQ80310_XINT0_STATUS 0xfe850000UL /* rev F and later */
146 1.3.4.2 nathanw #define XINT0_SINTA 0 /* INTA# */
147 1.3.4.2 nathanw #define XINT0_SINTB 1 /* INTB# */
148 1.3.4.2 nathanw #define XINT0_SINTC 2 /* INTC# */
149 1.3.4.2 nathanw #define XINT0_BIT(x) (1U << (x))
150 1.3.4.2 nathanw
151 1.3.4.2 nathanw #define IQ80310_XINT_MASK 0xfe860000UL
152 1.3.4.2 nathanw /* See XINT_STATUS bits: 0 == int enabled, 1 == int disabled */
153 1.3.4.2 nathanw
154 1.3.4.2 nathanw #define IQ80310_BACKPLANE_DET 0xfe870000UL
155 1.3.4.2 nathanw
156 1.3.4.2 nathanw #define IQ80310_TIMER_LA0 0xfe880000UL
157 1.3.4.2 nathanw
158 1.3.4.2 nathanw #define IQ80310_TIMER_LA1 0xfe890000UL
159 1.3.4.2 nathanw
160 1.3.4.2 nathanw #define IQ80310_TIMER_LA2 0xfe8a0000UL
161 1.3.4.2 nathanw
162 1.3.4.2 nathanw #define IQ80310_TIMER_LA3 0xfe8b0000UL
163 1.3.4.2 nathanw
164 1.3.4.2 nathanw #define IQ80310_TIMER_ENABLE 0xfe8c0000UL
165 1.3.4.2 nathanw #define TIMER_ENABLE_EN (1U << 0) /* enable counter */
166 1.3.4.2 nathanw #define TIMER_ENABLE_INTEN (1U << 1) /* enable interrupt */
167 1.3.4.2 nathanw
168 1.3.4.2 nathanw #define IQ80310_ROT_SWITCH 0xfe8d0000UL
169 1.3.4.2 nathanw
170 1.3.4.2 nathanw #define IQ80310_JTAG 0xfe8e0000UL
171 1.3.4.2 nathanw
172 1.3.4.2 nathanw #define IQ80310_BATTERY_STAT 0xfe8f0000UL
173 1.3.4.2 nathanw #define BATTERY_STAT_PRES (1U << 0)
174 1.3.4.2 nathanw #define BATTERY_STAT_CHRG (1U << 1)
175 1.3.4.2 nathanw #define BATTERY_STAT_DISCHRG (1U << 2)
176 1.3.4.2 nathanw #define BATTERY_STAT_PWRDELAY (1U << 3) /* rev F and later */
177 1.3.4.2 nathanw
178 1.3.4.2 nathanw #endif /* _IQ80310REG_H_ */
179