xref: /netbsd/sys/arch/evbarm/conf/files.iq80310 (revision bf9ec67e)
1#	$NetBSD: files.iq80310,v 1.8 2002/04/12 19:02:31 thorpej Exp $
2#
3# Intel IQ80310 evaluation board configuration info
4#
5
6# Define the (IQ80310-based) board types that we support:
7#
8#	IOP310_TEAMASA_NPWR
9#		Team ASA, Inc. Npwr http://www.teamasa.com/
10#
11# If no board type options are specified, the default is the
12# Intel/Cyclone IQ80310 (which is the IOP310 reference design
13# eval board).
14defflag opt_iop310.h	IOP310_TEAMASA_NPWR
15
16# Use the generic ARM soft interrupt code.
17file	arch/arm/arm/softintr.c
18
19file	arch/evbarm/iq80310/iq80310_7seg.c
20file	arch/evbarm/iq80310/iq80310_machdep.c
21file	arch/evbarm/iq80310/iq80310_intr.c
22file	arch/evbarm/iq80310/iq80310_timer.c
23file	arch/evbarm/iq80310/iq80310_pci.c
24
25# IQ80310 on-board devices (including CPLD)
26device	obio {[addr = -1]}: bus_space_generic
27attach	obio at mainbus
28file	arch/evbarm/iq80310/obio.c			obio
29file	arch/evbarm/iq80310/obio_space.c		obio
30
31# on-board XR 16550 UARTs
32attach	com at obio with com_obio
33file	arch/evbarm/iq80310/com_obio.c			com_obio
34
35# i80200 CPU support
36include "arch/arm/xscale/files.i80200"
37
38# i80312 Companion I/O support
39include	"arch/arm/xscale/files.i80312"
40
41attach	iopxs at mainbus with iopxs_mainbus
42file	arch/evbarm/iq80310/i80312_mainbus.c		iopxs_mainbus
43