]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/ADNPESC1_base_32.h
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / include / configs / ADNPESC1_base_32.h
CommitLineData
aaf224ab
WD
1/*
2 * (C) Copyright 2004, Li-Pro.Net <www.li-pro.net>
3 * Stephan Linz <linz@li-pro.net>
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21 * MA 02111-1307 USA
22 */
23
24#ifndef __CONFIG_ADNPESC1_BASE_32_H
25#define __CONFIG_ADNPESC1_BASE_32_H
26
27/*
28 * NIOS CPU configuration. (PART OF configs/ADNPESC1.h)
29 *
30 * Here we must define CPU dependencies. Any unsupported option have to
31 * be undefined or defined with zero, example CPU without data cache / OCI:
32 *
6d0f6bcf
JCPV
33 * #define CONFIG_SYS_NIOS_CPU_ICACHE 4096
34 * #define CONFIG_SYS_NIOS_CPU_DCACHE 0
35 * #undef CONFIG_SYS_NIOS_CPU_OCI_BASE
36 * #undef CONFIG_SYS_NIOS_CPU_OCI_SIZE
aaf224ab
WD
37 */
38
39/* CPU core */
6d0f6bcf
JCPV
40#define CONFIG_SYS_NIOS_CPU_CLK 50000000 /* NIOS CPU clock */
41#define CONFIG_SYS_NIOS_CPU_ICACHE (0) /* instruction cache */
42#define CONFIG_SYS_NIOS_CPU_DCACHE (0) /* data cache */
43#define CONFIG_SYS_NIOS_CPU_REG_NUMS 512 /* number of register */
44#define CONFIG_SYS_NIOS_CPU_MUL 0 /* 16x16 MUL: no(0) */
aaf224ab 45 /* yes(1) */
6d0f6bcf 46#define CONFIG_SYS_NIOS_CPU_MSTEP 1 /* 16x16 MSTEP: no(0) */
aaf224ab 47 /* yes(1) */
6d0f6bcf
JCPV
48#define CONFIG_SYS_NIOS_CPU_STACK 0x03000000 /* stack top addr */
49#define CONFIG_SYS_NIOS_CPU_VEC_BASE 0x02000000 /* IRQ vectors addr */
50#define CONFIG_SYS_NIOS_CPU_VEC_SIZE 256 /* size */
51#define CONFIG_SYS_NIOS_CPU_VEC_NUMS 64 /* numbers */
52#define CONFIG_SYS_NIOS_CPU_RST_VECT 0x00000000 /* RESET vector addr */
53#define CONFIG_SYS_NIOS_CPU_DBG_CORE 0 /* CPU debug: no(0) */
aaf224ab
WD
54 /* yes(1) */
55
56/* The offset address in flash to check for the Nios signature "Ni".
57 * (see GM_FlashExec in germs_monitor.s) */
6d0f6bcf 58#define CONFIG_SYS_NIOS_CPU_EXES_OFFS 0x0C
aaf224ab
WD
59
60/* on-chip extensions */
6d0f6bcf
JCPV
61#undef CONFIG_SYS_NIOS_CPU_RAM_BASE /* on chip RAM addr */
62#undef CONFIG_SYS_NIOS_CPU_RAM_SIZE /* 64 KB size */
aaf224ab 63
6d0f6bcf
JCPV
64#define CONFIG_SYS_NIOS_CPU_ROM_BASE 0x00000000 /* on chip ROM addr */
65#define CONFIG_SYS_NIOS_CPU_ROM_SIZE (2 * 1024) /* 2 KB size */
aaf224ab 66
6d0f6bcf
JCPV
67#undef CONFIG_SYS_NIOS_CPU_OCI_BASE /* OCI core addr */
68#undef CONFIG_SYS_NIOS_CPU_OCI_SIZE /* size */
aaf224ab
WD
69
70/* timer */
6d0f6bcf 71#define CONFIG_SYS_NIOS_CPU_TIMER_NUMS 1 /* number of timer */
aaf224ab 72
6d0f6bcf
JCPV
73#define CONFIG_SYS_NIOS_CPU_TIMER0 0x00000840 /* TIMER0 addr */
74#define CONFIG_SYS_NIOS_CPU_TIMER0_IRQ 16 /* IRQ */
75#define CONFIG_SYS_NIOS_CPU_TIMER0_PER 1000 /* periode usec */
76#define CONFIG_SYS_NIOS_CPU_TIMER0_AR 0 /* always run: no(0) */
aaf224ab 77 /* yes(1) */
6d0f6bcf 78#define CONFIG_SYS_NIOS_CPU_TIMER0_FP 0 /* fixed per: no(0) */
aaf224ab 79 /* yes(1) */
6d0f6bcf 80#define CONFIG_SYS_NIOS_CPU_TIMER0_SS 1 /* snaphot: no(0) */
aaf224ab
WD
81 /* yes(1) */
82
83/* serial i/o */
6d0f6bcf
JCPV
84#define CONFIG_SYS_NIOS_CPU_UART_NUMS 2 /* number of uarts */
85
86#define CONFIG_SYS_NIOS_CPU_UART0 0x00000800 /* UART0 addr */
87#define CONFIG_SYS_NIOS_CPU_UART0_IRQ 17 /* IRQ */
88#define CONFIG_SYS_NIOS_CPU_UART0_BR 115200 /* baudrate var(0) */
89#define CONFIG_SYS_NIOS_CPU_UART0_DB 8 /* data bit */
90#define CONFIG_SYS_NIOS_CPU_UART0_SB 1 /* stop bit */
91#define CONFIG_SYS_NIOS_CPU_UART0_PA 0 /* parity none(0) */
aaf224ab
WD
92 /* odd(1) */
93 /* even(2) */
6d0f6bcf 94#define CONFIG_SYS_NIOS_CPU_UART0_HS 1 /* handshake: no(0) */
aaf224ab 95 /* crts(1) */
6d0f6bcf 96#define CONFIG_SYS_NIOS_CPU_UART0_EOP 0 /* eop reg: no(0) */
aaf224ab
WD
97 /* yes(1) */
98
6d0f6bcf
JCPV
99#define CONFIG_SYS_NIOS_CPU_UART1 0x00000820 /* UART1 addr */
100#define CONFIG_SYS_NIOS_CPU_UART1_IRQ 18 /* IRQ */
101#define CONFIG_SYS_NIOS_CPU_UART1_BR 115200 /* baudrate var(0) */
102#define CONFIG_SYS_NIOS_CPU_UART1_DB 8 /* data bit */
103#define CONFIG_SYS_NIOS_CPU_UART1_SB 1 /* stop bit */
104#define CONFIG_SYS_NIOS_CPU_UART1_PA 0 /* parity none(0) */
aaf224ab
WD
105 /* odd(1) */
106 /* even(2) */
6d0f6bcf 107#define CONFIG_SYS_NIOS_CPU_UART1_HS 0 /* handshake: no(0) */
aaf224ab 108 /* crts(1) */
6d0f6bcf 109#define CONFIG_SYS_NIOS_CPU_UART1_EOP 0 /* eop reg: no(0) */
aaf224ab
WD
110 /* yes(1) */
111
112/* serial peripheral i/o */
6d0f6bcf 113#define CONFIG_SYS_NIOS_CPU_SPI_NUMS 1 /* number of spis */
aaf224ab 114
6d0f6bcf
JCPV
115#define CONFIG_SYS_NIOS_CPU_SPI0 0x000008c0 /* SPI0 addr */
116#define CONFIG_SYS_NIOS_CPU_SPI0_IRQ 25 /* IRQ */
117#define CONFIG_SYS_NIOS_CPU_SPI0_BITS 16 /* data bit */
118#define CONFIG_SYS_NIOS_CPU_SPI0_MA 1 /* is master: no(0) */
aaf224ab 119 /* yes(1) */
6d0f6bcf
JCPV
120#define CONFIG_SYS_NIOS_CPU_SPI0_SLN 1 /* num slaves */
121#define CONFIG_SYS_NIOS_CPU_SPI0_TCLK 250000 /* clock (Hz) */
122#define CONFIG_SYS_NIOS_CPU_SPI0_TDELAY 2 /* delay (usec) */
123#define CONFIG_SYS_NIOS_CPU_SPI0_FB 0 /* first bit msb(0) */
aaf224ab
WD
124 /* lsb(1) */
125
126/* parallel i/o */
6d0f6bcf 127#define CONFIG_SYS_NIOS_CPU_PIO_NUMS 14 /* number of parports */
aaf224ab 128
6d0f6bcf
JCPV
129#define CONFIG_SYS_NIOS_CPU_PIO0 0x00000860 /* PIO0 addr */
130#undef CONFIG_SYS_NIOS_CPU_PIO0_IRQ /* w/o IRQ */
131#define CONFIG_SYS_NIOS_CPU_PIO0_BITS 8 /* number of bits */
132#define CONFIG_SYS_NIOS_CPU_PIO0_TYPE 0 /* io type: tris(0) */
aaf224ab
WD
133 /* out(1) */
134 /* in(2) */
6d0f6bcf 135#define CONFIG_SYS_NIOS_CPU_PIO0_CAP 0 /* capture: no(0) */
aaf224ab 136 /* yes(1) */
6d0f6bcf 137#define CONFIG_SYS_NIOS_CPU_PIO0_EDGE 0 /* edge type: none(0) */
aaf224ab
WD
138 /* fall(1) */
139 /* rise(2) */
140 /* any(3) */
6d0f6bcf 141#define CONFIG_SYS_NIOS_CPU_PIO0_ITYPE 0 /* IRQ type: none(0) */
aaf224ab
WD
142 /* level(1)*/
143 /* edge(2) */
144
6d0f6bcf
JCPV
145#define CONFIG_SYS_NIOS_CPU_PIO1 0x00000870 /* PIO1 addr */
146#undef CONFIG_SYS_NIOS_CPU_PIO1_IRQ /* w/o IRQ */
147#define CONFIG_SYS_NIOS_CPU_PIO1_BITS 8 /* number of bits */
148#define CONFIG_SYS_NIOS_CPU_PIO1_TYPE 0 /* io type: tris(0) */
aaf224ab
WD
149 /* out(1) */
150 /* in(2) */
6d0f6bcf 151#define CONFIG_SYS_NIOS_CPU_PIO1_CAP 0 /* capture: no(0) */
aaf224ab 152 /* yes(1) */
6d0f6bcf 153#define CONFIG_SYS_NIOS_CPU_PIO1_EDGE 0 /* edge type: none(0) */
aaf224ab
WD
154 /* fall(1) */
155 /* rise(2) */
156 /* any(3) */
6d0f6bcf 157#define CONFIG_SYS_NIOS_CPU_PIO1_ITYPE 0 /* IRQ type: none(0) */
aaf224ab
WD
158 /* level(1)*/
159 /* edge(2) */
160
6d0f6bcf
JCPV
161#define CONFIG_SYS_NIOS_CPU_PIO2 0x00000880 /* PIO2 addr */
162#undef CONFIG_SYS_NIOS_CPU_PIO2_IRQ /* w/o IRQ */
163#define CONFIG_SYS_NIOS_CPU_PIO2_BITS 4 /* number of bits */
164#define CONFIG_SYS_NIOS_CPU_PIO2_TYPE 0 /* io type: tris(0) */
aaf224ab
WD
165 /* out(1) */
166 /* in(2) */
6d0f6bcf 167#define CONFIG_SYS_NIOS_CPU_PIO2_CAP 0 /* capture: no(0) */
aaf224ab 168 /* yes(1) */
6d0f6bcf 169#define CONFIG_SYS_NIOS_CPU_PIO2_EDGE 0 /* edge type: none(0) */
aaf224ab
WD
170 /* fall(1) */
171 /* rise(2) */
172 /* any(3) */
6d0f6bcf 173#define CONFIG_SYS_NIOS_CPU_PIO2_ITYPE 0 /* IRQ type: none(0) */
aaf224ab
WD
174 /* level(1)*/
175 /* edge(2) */
176
6d0f6bcf
JCPV
177#define CONFIG_SYS_NIOS_CPU_PIO3 0x00000890 /* PIO3 addr */
178#undef CONFIG_SYS_NIOS_CPU_PIO3_IRQ /* w/o IRQ */
179#define CONFIG_SYS_NIOS_CPU_PIO3_BITS 1 /* number of bits */
180#define CONFIG_SYS_NIOS_CPU_PIO3_TYPE 2 /* io type: tris(0) */
aaf224ab
WD
181 /* out(1) */
182 /* in(2) */
6d0f6bcf 183#define CONFIG_SYS_NIOS_CPU_PIO3_CAP 0 /* capture: no(0) */
aaf224ab 184 /* yes(1) */
6d0f6bcf 185#define CONFIG_SYS_NIOS_CPU_PIO3_EDGE 0 /* edge type: none(0) */
aaf224ab
WD
186 /* fall(1) */
187 /* rise(2) */
188 /* any(3) */
6d0f6bcf 189#define CONFIG_SYS_NIOS_CPU_PIO3_ITYPE 0 /* IRQ type: none(0) */
aaf224ab
WD
190 /* level(1)*/
191 /* edge(2) */
192
6d0f6bcf
JCPV
193#define CONFIG_SYS_NIOS_CPU_PIO3 0x00000890 /* PIO3 addr */
194#undef CONFIG_SYS_NIOS_CPU_PIO3_IRQ /* w/o IRQ */
195#define CONFIG_SYS_NIOS_CPU_PIO3_BITS 1 /* number of bits */
196#define CONFIG_SYS_NIOS_CPU_PIO3_TYPE 2 /* io type: tris(0) */
aaf224ab
WD
197 /* out(1) */
198 /* in(2) */
6d0f6bcf 199#define CONFIG_SYS_NIOS_CPU_PIO3_CAP 0 /* capture: no(0) */
aaf224ab 200 /* yes(1) */
6d0f6bcf 201#define CONFIG_SYS_NIOS_CPU_PIO3_EDGE 0 /* edge type: none(0) */
aaf224ab
WD
202 /* fall(1) */
203 /* rise(2) */
204 /* any(3) */
6d0f6bcf 205#define CONFIG_SYS_NIOS_CPU_PIO3_ITYPE 0 /* IRQ type: none(0) */
aaf224ab
WD
206 /* level(1)*/
207 /* edge(2) */
208
6d0f6bcf
JCPV
209#define CONFIG_SYS_NIOS_CPU_PIO4 0x000008a0 /* PIO4 addr */
210#undef CONFIG_SYS_NIOS_CPU_PIO4_IRQ /* w/o IRQ */
211#define CONFIG_SYS_NIOS_CPU_PIO4_BITS 1 /* number of bits */
212#define CONFIG_SYS_NIOS_CPU_PIO4_TYPE 1 /* io type: tris(0) */
aaf224ab
WD
213 /* out(1) */
214 /* in(2) */
6d0f6bcf 215#define CONFIG_SYS_NIOS_CPU_PIO4_CAP 0 /* capture: no(0) */
aaf224ab 216 /* yes(1) */
6d0f6bcf 217#define CONFIG_SYS_NIOS_CPU_PIO4_EDGE 0 /* edge type: none(0) */
aaf224ab
WD
218 /* fall(1) */
219 /* rise(2) */
220 /* any(3) */
6d0f6bcf 221#define CONFIG_SYS_NIOS_CPU_PIO4_ITYPE 0 /* IRQ type: none(0) */
aaf224ab
WD
222 /* level(1)*/
223 /* edge(2) */
224
6d0f6bcf
JCPV
225#define CONFIG_SYS_NIOS_CPU_PIO5 0x000008b0 /* PIO5 addr */
226#undef CONFIG_SYS_NIOS_CPU_PIO5_IRQ /* w/o IRQ */
227#define CONFIG_SYS_NIOS_CPU_PIO5_BITS 1 /* number of bits */
228#define CONFIG_SYS_NIOS_CPU_PIO5_TYPE 1 /* io type: tris(0) */
aaf224ab
WD
229 /* out(1) */
230 /* in(2) */
6d0f6bcf 231#define CONFIG_SYS_NIOS_CPU_PIO5_CAP 0 /* capture: no(0) */
aaf224ab 232 /* yes(1) */
6d0f6bcf 233#define CONFIG_SYS_NIOS_CPU_PIO5_EDGE 0 /* edge type: none(0) */
aaf224ab
WD
234 /* fall(1) */
235 /* rise(2) */
236 /* any(3) */
6d0f6bcf 237#define CONFIG_SYS_NIOS_CPU_PIO5_ITYPE 0 /* IRQ type: none(0) */
aaf224ab
WD
238 /* level(1)*/
239 /* edge(2) */
240
6d0f6bcf
JCPV
241#define CONFIG_SYS_NIOS_CPU_PIO6 0x00000900 /* PIO6 addr */
242#define CONFIG_SYS_NIOS_CPU_PIO6_IRQ 20 /* IRQ */
243#define CONFIG_SYS_NIOS_CPU_PIO6_BITS 1 /* number of bits */
244#define CONFIG_SYS_NIOS_CPU_PIO6_TYPE 2 /* io type: tris(0) */
aaf224ab
WD
245 /* out(1) */
246 /* in(2) */
6d0f6bcf 247#define CONFIG_SYS_NIOS_CPU_PIO6_CAP 1 /* capture: no(0) */
aaf224ab 248 /* yes(1) */
6d0f6bcf 249#define CONFIG_SYS_NIOS_CPU_PIO6_EDGE 2 /* edge type: none(0) */
aaf224ab
WD
250 /* fall(1) */
251 /* rise(2) */
252 /* any(3) */
6d0f6bcf 253#define CONFIG_SYS_NIOS_CPU_PIO6_ITYPE 1 /* IRQ type: none(0) */
aaf224ab
WD
254 /* level(1)*/
255 /* edge(2) */
256
6d0f6bcf
JCPV
257#define CONFIG_SYS_NIOS_CPU_PIO7 0x00000910 /* PIO7 addr */
258#define CONFIG_SYS_NIOS_CPU_PIO7_IRQ 31 /* IRQ */
259#define CONFIG_SYS_NIOS_CPU_PIO7_BITS 1 /* number of bits */
260#define CONFIG_SYS_NIOS_CPU_PIO7_TYPE 2 /* io type: tris(0) */
aaf224ab
WD
261 /* out(1) */
262 /* in(2) */
6d0f6bcf 263#define CONFIG_SYS_NIOS_CPU_PIO7_CAP 1 /* capture: no(0) */
aaf224ab 264 /* yes(1) */
6d0f6bcf 265#define CONFIG_SYS_NIOS_CPU_PIO7_EDGE 2 /* edge type: none(0) */
aaf224ab
WD
266 /* fall(1) */
267 /* rise(2) */
268 /* any(3) */
6d0f6bcf 269#define CONFIG_SYS_NIOS_CPU_PIO7_ITYPE 1 /* IRQ type: none(0) */
aaf224ab
WD
270 /* level(1)*/
271 /* edge(2) */
272
6d0f6bcf
JCPV
273#define CONFIG_SYS_NIOS_CPU_PIO8 0x00000920 /* PIO8 addr */
274#define CONFIG_SYS_NIOS_CPU_PIO8_IRQ 32 /* IRQ */
275#define CONFIG_SYS_NIOS_CPU_PIO8_BITS 1 /* number of bits */
276#define CONFIG_SYS_NIOS_CPU_PIO8_TYPE 2 /* io type: tris(0) */
aaf224ab
WD
277 /* out(1) */
278 /* in(2) */
6d0f6bcf 279#define CONFIG_SYS_NIOS_CPU_PIO8_CAP 1 /* capture: no(0) */
aaf224ab 280 /* yes(1) */
6d0f6bcf 281#define CONFIG_SYS_NIOS_CPU_PIO8_EDGE 2 /* edge type: none(0) */
aaf224ab
WD
282 /* fall(1) */
283 /* rise(2) */
284 /* any(3) */
6d0f6bcf 285#define CONFIG_SYS_NIOS_CPU_PIO8_ITYPE 1 /* IRQ type: none(0) */
aaf224ab
WD
286 /* level(1)*/
287 /* edge(2) */
288
6d0f6bcf
JCPV
289#define CONFIG_SYS_NIOS_CPU_PIO9 0x00000930 /* PIO9 addr */
290#define CONFIG_SYS_NIOS_CPU_PIO9_IRQ 33 /* IRQ */
291#define CONFIG_SYS_NIOS_CPU_PIO9_BITS 1 /* number of bits */
292#define CONFIG_SYS_NIOS_CPU_PIO9_TYPE 2 /* io type: tris(0) */
aaf224ab
WD
293 /* out(1) */
294 /* in(2) */
6d0f6bcf 295#define CONFIG_SYS_NIOS_CPU_PIO9_CAP 1 /* capture: no(0) */
aaf224ab 296 /* yes(1) */
6d0f6bcf 297#define CONFIG_SYS_NIOS_CPU_PIO9_EDGE 2 /* edge type: none(0) */
aaf224ab
WD
298 /* fall(1) */
299 /* rise(2) */
300 /* any(3) */
6d0f6bcf 301#define CONFIG_SYS_NIOS_CPU_PIO9_ITYPE 1 /* IRQ type: none(0) */
aaf224ab
WD
302 /* level(1)*/
303 /* edge(2) */
304
6d0f6bcf
JCPV
305#define CONFIG_SYS_NIOS_CPU_PIO10 0x00000940 /* PIO10 addr */
306#define CONFIG_SYS_NIOS_CPU_PIO10_IRQ 34 /* IRQ */
307#define CONFIG_SYS_NIOS_CPU_PIO10_BITS 1 /* number of bits */
308#define CONFIG_SYS_NIOS_CPU_PIO10_TYPE 2 /* io type: tris(0) */
aaf224ab
WD
309 /* out(1) */
310 /* in(2) */
6d0f6bcf 311#define CONFIG_SYS_NIOS_CPU_PIO10_CAP 1 /* capture: no(0) */
aaf224ab 312 /* yes(1) */
6d0f6bcf 313#define CONFIG_SYS_NIOS_CPU_PIO10_EDGE 2 /* edge type: none(0) */
aaf224ab
WD
314 /* fall(1) */
315 /* rise(2) */
316 /* any(3) */
6d0f6bcf 317#define CONFIG_SYS_NIOS_CPU_PIO10_ITYPE 1 /* IRQ type: none(0) */
aaf224ab
WD
318 /* level(1)*/
319 /* edge(2) */
320
6d0f6bcf
JCPV
321#define CONFIG_SYS_NIOS_CPU_PIO11 0x00000950 /* PIO11 addr */
322#define CONFIG_SYS_NIOS_CPU_PIO11_IRQ 35 /* IRQ */
323#define CONFIG_SYS_NIOS_CPU_PIO11_BITS 1 /* number of bits */
324#define CONFIG_SYS_NIOS_CPU_PIO11_TYPE 2 /* io type: tris(0) */
aaf224ab
WD
325 /* out(1) */
326 /* in(2) */
6d0f6bcf 327#define CONFIG_SYS_NIOS_CPU_PIO11_CAP 1 /* capture: no(0) */
aaf224ab 328 /* yes(1) */
6d0f6bcf 329#define CONFIG_SYS_NIOS_CPU_PIO11_EDGE 2 /* edge type: none(0) */
aaf224ab
WD
330 /* fall(1) */
331 /* rise(2) */
332 /* any(3) */
6d0f6bcf 333#define CONFIG_SYS_NIOS_CPU_PIO11_ITYPE 1 /* IRQ type: none(0) */
aaf224ab
WD
334 /* level(1)*/
335 /* edge(2) */
336
6d0f6bcf
JCPV
337#define CONFIG_SYS_NIOS_CPU_PIO12 0x00000960 /* PIO12 addr */
338#define CONFIG_SYS_NIOS_CPU_PIO12_IRQ 36 /* IRQ */
339#define CONFIG_SYS_NIOS_CPU_PIO12_BITS 1 /* number of bits */
340#define CONFIG_SYS_NIOS_CPU_PIO12_TYPE 2 /* io type: tris(0) */
aaf224ab
WD
341 /* out(1) */
342 /* in(2) */
6d0f6bcf 343#define CONFIG_SYS_NIOS_CPU_PIO12_CAP 1 /* capture: no(0) */
aaf224ab 344 /* yes(1) */
6d0f6bcf 345#define CONFIG_SYS_NIOS_CPU_PIO12_EDGE 2 /* edge type: none(0) */
aaf224ab
WD
346 /* fall(1) */
347 /* rise(2) */
348 /* any(3) */
6d0f6bcf 349#define CONFIG_SYS_NIOS_CPU_PIO12_ITYPE 1 /* IRQ type: none(0) */
aaf224ab
WD
350 /* level(1)*/
351 /* edge(2) */
352
6d0f6bcf
JCPV
353#define CONFIG_SYS_NIOS_CPU_PIO13 0x00000970 /* PIO113 addr */
354#define CONFIG_SYS_NIOS_CPU_PIO13_IRQ 37 /* IRQ */
355#define CONFIG_SYS_NIOS_CPU_PIO13_BITS 1 /* number of bits */
356#define CONFIG_SYS_NIOS_CPU_PIO13_TYPE 2 /* io type: tris(0) */
aaf224ab
WD
357 /* out(1) */
358 /* in(2) */
6d0f6bcf 359#define CONFIG_SYS_NIOS_CPU_PIO13_CAP 1 /* capture: no(0) */
aaf224ab 360 /* yes(1) */
6d0f6bcf 361#define CONFIG_SYS_NIOS_CPU_PIO13_EDGE 2 /* edge type: none(0) */
aaf224ab
WD
362 /* fall(1) */
363 /* rise(2) */
364 /* any(3) */
6d0f6bcf 365#define CONFIG_SYS_NIOS_CPU_PIO13_ITYPE 1 /* IRQ type: none(0) */
aaf224ab
WD
366 /* level(1)*/
367 /* edge(2) */
368
369/* IDE i/f */
6d0f6bcf 370#define CONFIG_SYS_NIOS_CPU_IDE_NUMS 2 /* number of IDE contr. */
aaf224ab 371
6d0f6bcf
JCPV
372#define CONFIG_SYS_NIOS_CPU_IDE0 0x00001000 /* IDE0 addr */
373#define CONFIG_SYS_NIOS_CPU_IDE0_IRQ 36 /* IRQ */
aaf224ab 374
6d0f6bcf
JCPV
375#define CONFIG_SYS_NIOS_CPU_IDE1 0x00001020 /* IDE1 addr */
376#define CONFIG_SYS_NIOS_CPU_IDE1_IRQ 37 /* IRQ */
aaf224ab
WD
377
378/* memory accessibility */
6d0f6bcf
JCPV
379#undef CONFIG_SYS_NIOS_CPU_SRAM_BASE /* board SRAM addr */
380#undef CONFIG_SYS_NIOS_CPU_SRAM_SIZE /* 1 MB size */
aaf224ab 381
6d0f6bcf
JCPV
382#define CONFIG_SYS_NIOS_CPU_SDRAM_BASE 0x02000000 /* board SDRAM addr */
383#define CONFIG_SYS_NIOS_CPU_SDRAM_SIZE (16*1024*1024) /* 16 MB size */
aaf224ab 384
6d0f6bcf
JCPV
385#define CONFIG_SYS_NIOS_CPU_FLASH_BASE 0x01000000 /* board Flash addr */
386#define CONFIG_SYS_NIOS_CPU_FLASH_SIZE (8*1024*1024) /* 8 MB size */
aaf224ab
WD
387
388/* LAN */
6d0f6bcf 389#define CONFIG_SYS_NIOS_CPU_LAN_NUMS 1 /* number of LAN i/f */
aaf224ab 390
6d0f6bcf
JCPV
391#define CONFIG_SYS_NIOS_CPU_LAN0_BASE 0x00010000 /* LAN0 addr */
392#define CONFIG_SYS_NIOS_CPU_LAN0_OFFS (0) /* offset */
393#define CONFIG_SYS_NIOS_CPU_LAN0_IRQ 20 /* IRQ */
394#define CONFIG_SYS_NIOS_CPU_LAN0_BUSW 16 /* buswidth*/
395#define CONFIG_SYS_NIOS_CPU_LAN0_TYPE 0 /* smc91111(0) */
aaf224ab
WD
396 /* cs8900(1) */
397 /* ex: openmac(2) */
398 /* ex: alteramac(3) */
399
400/* external extension */
6d0f6bcf
JCPV
401#define CONFIG_SYS_NIOS_CPU_CS0_BASE 0x40000000 /* board EXT0 addr */
402#define CONFIG_SYS_NIOS_CPU_CS0_SIZE (16*1024*1024) /* max. 16 MB size */
aaf224ab 403
6d0f6bcf
JCPV
404#define CONFIG_SYS_NIOS_CPU_CS1_BASE 0x41000000 /* board EXT1 addr */
405#define CONFIG_SYS_NIOS_CPU_CS1_SIZE (16*1024*1024) /* max. 16 MB size */
aaf224ab 406
6d0f6bcf
JCPV
407#define CONFIG_SYS_NIOS_CPU_CS2_BASE 0x42000000 /* board EXT2 addr */
408#define CONFIG_SYS_NIOS_CPU_CS2_SIZE (16*1024*1024) /* max. 16 MB size */
aaf224ab 409
6d0f6bcf
JCPV
410#define CONFIG_SYS_NIOS_CPU_CS3_BASE 0x43000000 /* board EXT3 addr */
411#define CONFIG_SYS_NIOS_CPU_CS3_SIZE (16*1024*1024) /* max. 16 MB size */
aaf224ab
WD
412
413/* symbolic redefinition (undef, if not present) */
6d0f6bcf
JCPV
414#define CONFIG_SYS_NIOS_CPU_TICK_TIMER 0 /* TIMER0: tick (needed)*/
415#undef CONFIG_SYS_NIOS_CPU_USER_TIMER /* TIMERx: users choice */
aaf224ab 416
6d0f6bcf
JCPV
417#define CONFIG_SYS_NIOS_CPU_PORTA_PIO 0 /* PIO0: Port A */
418#define CONFIG_SYS_NIOS_CPU_PORTB_PIO 1 /* PIO1: Port D */
419#define CONFIG_SYS_NIOS_CPU_PORTC_PIO 2 /* PIO2: Port C */
420#define CONFIG_SYS_NIOS_CPU_RCM_PIO 3 /* PIO3: RCM jumper */
421#define CONFIG_SYS_NIOS_CPU_WDENA_PIO 4 /* PIO4: watchdog enable*/
422#define CONFIG_SYS_NIOS_CPU_WDTOG_PIO 5 /* PIO5: watchdog trigg.*/
aaf224ab
WD
423
424/* PIOx: LED bar */
425#ifdef CONFIG_DNPEVA2 /* DNP/EVA2 base board */
6d0f6bcf 426#define CONFIG_SYS_NIOS_CPU_LED_PIO CONFIG_SYS_NIOS_CPU_PORTA_PIO
aaf224ab 427#else
6d0f6bcf 428#undef CONFIG_SYS_NIOS_CPU_LED_PIO /* no LED bar */
aaf224ab
WD
429#endif
430
431#endif /* __CONFIG_ADNPESC1_BASE_32_H */