files.iq80321 revision 1.3
11.3Sthorpej#	$NetBSD: files.iq80321,v 1.3 2002/10/03 20:14:58 thorpej Exp $
21.1Sthorpej#
31.1Sthorpej# Intel IQ80321 evaluation board configuration info
41.1Sthorpej#
51.1Sthorpej
61.1Sthorpej# Use the generic ARM soft interrupt code.
71.1Sthorpejfile	arch/arm/arm/softintr.c
81.1Sthorpej
91.1Sthorpejfile	arch/evbarm/iq80321/iq80321_7seg.c
101.1Sthorpejfile	arch/evbarm/iq80321/iq80321_machdep.c
111.1Sthorpejfile	arch/evbarm/iq80321/iq80321_pci.c
121.1Sthorpej
131.1Sthorpej# IQ80321 on-board devices
141.3Sthorpejdevice	obio {addr, [xint = -1]}: bus_space_generic
151.1Sthorpejattach	obio at mainbus
161.1Sthorpejfile	arch/evbarm/iq80321/obio.c			obio
171.1Sthorpejfile	arch/evbarm/iq80321/obio_space.c		obio
181.1Sthorpej
191.1Sthorpej# on-board TI 165C50 UART
201.1Sthorpejattach	com at obio with com_obio
211.1Sthorpejfile	arch/evbarm/iq80321/com_obio.c			com_obio
221.1Sthorpej
231.1Sthorpej# i80321 I/O Processor CPU support
241.1Sthorpejinclude "arch/arm/xscale/files.i80321"
251.1Sthorpej
261.1Sthorpejattach	iopxs at mainbus with iopxs_mainbus
271.1Sthorpejfile	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
28