files.iq31244 revision 1.4
11.4Srearnsha#	$NetBSD: files.iq31244,v 1.4 2005/02/19 16:57:58 rearnsha Exp $
21.1Sthorpej#
31.1Sthorpej# Intel IQ31244 reference 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.1Sthorpej# Use the shared initarm_common() code.
101.1Sthorpej# XXX: Not yet ready for prime-time
111.1Sthorpej#file	arch/evbarm/evbarm/initarm_common.c
121.1Sthorpej
131.1Sthorpejfile	arch/evbarm/iq31244/iq31244_7seg.c
141.1Sthorpejfile	arch/evbarm/iq80321/iq80321_machdep.c
151.1Sthorpejfile	arch/evbarm/iq31244/iq31244_pci.c
161.1Sthorpej
171.1Sthorpej# IQ31244 on-board devices
181.3Sthorpejdevice	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.4Srearnsha# on-board CompactFlash reader
281.4Srearnshaattach	wdc at obio with wdc_obio
291.4Srearnshafile	arch/evbarm/iq31244/wdc_obio.c			wdc_obio
301.4Srearnsha
311.1Sthorpej# i80321 I/O Processor CPU support
321.1Sthorpejinclude "arch/arm/xscale/files.i80321"
331.1Sthorpej
341.1Sthorpejattach	iopxs at mainbus with iopxs_mainbus
351.1Sthorpejfile	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
36