files.iq31244 revision 1.7
11.7Sbriggs#	$NetBSD: files.iq31244,v 1.7 2009/01/09 16:23:59 briggs Exp $
21.1Sthorpej#
31.1Sthorpej# Intel IQ31244 reference board configuration info
41.1Sthorpej#
51.1Sthorpej
61.1Sthorpej# Use the shared initarm_common() code.
71.1Sthorpej# XXX: Not yet ready for prime-time
81.1Sthorpej#file	arch/evbarm/evbarm/initarm_common.c
91.1Sthorpej
101.1Sthorpejfile	arch/evbarm/iq31244/iq31244_7seg.c
111.1Sthorpejfile	arch/evbarm/iq80321/iq80321_machdep.c
121.7Sbriggsfile	arch/evbarm/iq31244/iq31244_machdep.c
131.1Sthorpejfile	arch/evbarm/iq31244/iq31244_pci.c
141.1Sthorpej
151.1Sthorpej# IQ31244 on-board devices
161.3Sthorpejdevice	obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
171.1Sthorpejattach	obio at mainbus
181.1Sthorpejfile	arch/evbarm/iq80321/obio.c			obio
191.1Sthorpejfile	arch/evbarm/iq80321/obio_space.c		obio
201.1Sthorpej
211.1Sthorpej# on-board TI 165C50 UART
221.1Sthorpejattach	com at obio with com_obio
231.1Sthorpejfile	arch/evbarm/iq80321/com_obio.c			com_obio
241.1Sthorpej
251.4Srearnsha# on-board CompactFlash reader
261.4Srearnshaattach	wdc at obio with wdc_obio
271.4Srearnshafile	arch/evbarm/iq31244/wdc_obio.c			wdc_obio
281.4Srearnsha
291.1Sthorpej# i80321 I/O Processor CPU support
301.1Sthorpejinclude "arch/arm/xscale/files.i80321"
311.1Sthorpej
321.1Sthorpejattach	iopxs at mainbus with iopxs_mainbus
331.1Sthorpejfile	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
34