files.iq80321 revision 1.4
11.4Sscw#	$NetBSD: files.iq80321,v 1.4 2003/04/18 12:01:32 scw 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.4Sscw
91.4Sscw# Use the shared initarm_common() code
101.4Sscwfile	arch/evbarm/evbarm/initarm_common.c
111.1Sthorpej
121.1Sthorpejfile	arch/evbarm/iq80321/iq80321_7seg.c
131.1Sthorpejfile	arch/evbarm/iq80321/iq80321_machdep.c
141.1Sthorpejfile	arch/evbarm/iq80321/iq80321_pci.c
151.1Sthorpej
161.1Sthorpej# IQ80321 on-board devices
171.3Sthorpejdevice	obio {addr, [xint = -1]}: bus_space_generic
181.1Sthorpejattach	obio at mainbus
191.1Sthorpejfile	arch/evbarm/iq80321/obio.c			obio
201.1Sthorpejfile	arch/evbarm/iq80321/obio_space.c		obio
211.1Sthorpej
221.1Sthorpej# on-board TI 165C50 UART
231.1Sthorpejattach	com at obio with com_obio
241.1Sthorpejfile	arch/evbarm/iq80321/com_obio.c			com_obio
251.1Sthorpej
261.1Sthorpej# i80321 I/O Processor CPU support
271.1Sthorpejinclude "arch/arm/xscale/files.i80321"
281.1Sthorpej
291.1Sthorpejattach	iopxs at mainbus with iopxs_mainbus
301.1Sthorpejfile	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
31