files.iq80321 revision 1.7
11.7Sthorpej#	$NetBSD: files.iq80321,v 1.7 2003/06/16 17:40:50 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.4Sscw
91.5Sscw# Use the shared initarm_common() code.
101.5Sscw# XXX: Not yet ready for prime-time
111.5Sscw#file	arch/evbarm/evbarm/initarm_common.c
121.1Sthorpej
131.1Sthorpejfile	arch/evbarm/iq80321/iq80321_7seg.c
141.1Sthorpejfile	arch/evbarm/iq80321/iq80321_machdep.c
151.1Sthorpejfile	arch/evbarm/iq80321/iq80321_pci.c
161.1Sthorpej
171.1Sthorpej# IQ80321 on-board devices
181.7Sthorpejdevice	obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
191.1Sthorpejattach	obio at mainbus
201.1Sthorpejfile	arch/evbarm/iq80321/obio.c			obio
211.1Sthorpejfile	arch/evbarm/iq80321/obio_space.c		obio
221.1Sthorpej
231.1Sthorpej# on-board TI 165C50 UART
241.1Sthorpejattach	com at obio with com_obio
251.1Sthorpejfile	arch/evbarm/iq80321/com_obio.c			com_obio
261.1Sthorpej
271.1Sthorpej# i80321 I/O Processor CPU support
281.1Sthorpejinclude "arch/arm/xscale/files.i80321"
291.1Sthorpej
301.1Sthorpejattach	iopxs at mainbus with iopxs_mainbus
311.1Sthorpejfile	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
32