Home | History | Annotate | Line # | Download | only in conf
files.iq80321 revision 1.7.60.1
      1 #	$NetBSD: files.iq80321,v 1.7.60.1 2007/12/03 18:35:35 ad Exp $
      2 #
      3 # Intel IQ80321 evaluation board configuration info
      4 #
      5 
      6 # Use the shared initarm_common() code.
      7 # XXX: Not yet ready for prime-time
      8 #file	arch/evbarm/evbarm/initarm_common.c
      9 
     10 file	arch/evbarm/iq80321/iq80321_7seg.c
     11 file	arch/evbarm/iq80321/iq80321_machdep.c
     12 file	arch/evbarm/iq80321/iq80321_pci.c
     13 
     14 # IQ80321 on-board devices
     15 device	obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
     16 attach	obio at mainbus
     17 file	arch/evbarm/iq80321/obio.c			obio
     18 file	arch/evbarm/iq80321/obio_space.c		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