Home | History | Annotate | Line # | Download | only in conf
files.iq80321 revision 1.1
      1 #	$NetBSD: files.iq80321,v 1.1 2002/03/27 21:51:29 thorpej Exp $
      2 #
      3 # Intel IQ80321 evaluation board configuration info
      4 #
      5 
      6 # Use the generic ARM soft interrupt code.
      7 file	arch/arm/arm/softintr.c
      8 
      9 file	arch/evbarm/iq80321/iq80321_7seg.c
     10 file	arch/evbarm/iq80321/iq80321_machdep.c
     11 file	arch/evbarm/iq80321/iq80321_pci.c
     12 
     13 # IQ80321 on-board devices
     14 device	obio {[addr = -1]}
     15 attach	obio at mainbus
     16 file	arch/evbarm/iq80321/obio.c			obio
     17 file	arch/evbarm/iq80321/obio_space.c		obio
     18 file	arch/evbarm/iq80321/obio_space_asm.S		obio
     19 
     20 # on-board TI 165C50 UART
     21 attach	com at obio with com_obio
     22 file	arch/evbarm/iq80321/com_obio.c			com_obio
     23 
     24 # i80321 I/O Processor CPU support
     25 include "arch/arm/xscale/files.i80321"
     26 
     27 attach	iopxs at mainbus with iopxs_mainbus
     28 file	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
     29