NetBSD/sys/arch/evbarm/conf/files.iq80321
thorpej 1a5a7fe7b7 Use indirect configuration for on-board devices (i.e. those things
attached to "obio") on the IQ80310 and IQ80321.  It makes more sense
to do it this way for this type of system (the goal being to encapsulate
as much information about the board as possible into one file).
2002-10-03 20:14:58 +00:00

28 lines
785 B
Plaintext

# $NetBSD: files.iq80321,v 1.3 2002/10/03 20:14:58 thorpej Exp $
#
# Intel IQ80321 evaluation board configuration info
#
# Use the generic ARM soft interrupt code.
file arch/arm/arm/softintr.c
file arch/evbarm/iq80321/iq80321_7seg.c
file arch/evbarm/iq80321/iq80321_machdep.c
file arch/evbarm/iq80321/iq80321_pci.c
# IQ80321 on-board devices
device obio {addr, [xint = -1]}: bus_space_generic
attach obio at mainbus
file arch/evbarm/iq80321/obio.c obio
file arch/evbarm/iq80321/obio_space.c obio
# on-board TI 165C50 UART
attach com at obio with com_obio
file arch/evbarm/iq80321/com_obio.c com_obio
# i80321 I/O Processor CPU support
include "arch/arm/xscale/files.i80321"
attach iopxs at mainbus with iopxs_mainbus
file arch/evbarm/iq80321/i80321_mainbus.c iopxs_mainbus