files.iq80321 revision 1.1
11.1Sthorpej#	$NetBSD: files.iq80321,v 1.1 2002/03/27 21:51:29 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.1Sthorpejdevice	obio {[addr = -1]}
151.1Sthorpejattach	obio at mainbus
161.1Sthorpejfile	arch/evbarm/iq80321/obio.c			obio
171.1Sthorpejfile	arch/evbarm/iq80321/obio_space.c		obio
181.1Sthorpejfile	arch/evbarm/iq80321/obio_space_asm.S		obio
191.1Sthorpej
201.1Sthorpej# on-board TI 165C50 UART
211.1Sthorpejattach	com at obio with com_obio
221.1Sthorpejfile	arch/evbarm/iq80321/com_obio.c			com_obio
231.1Sthorpej
241.1Sthorpej# i80321 I/O Processor CPU support
251.1Sthorpejinclude "arch/arm/xscale/files.i80321"
261.1Sthorpej
271.1Sthorpejattach	iopxs at mainbus with iopxs_mainbus
281.1Sthorpejfile	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
29