Home | History | Annotate | Line # | Download | only in conf
files.iq31244 revision 1.7
      1 #	$NetBSD: files.iq31244,v 1.7 2009/01/09 16:23:59 briggs Exp $
      2 #
      3 # Intel IQ31244 reference 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/iq31244/iq31244_7seg.c
     11 file	arch/evbarm/iq80321/iq80321_machdep.c
     12 file	arch/evbarm/iq31244/iq31244_machdep.c
     13 file	arch/evbarm/iq31244/iq31244_pci.c
     14 
     15 # IQ31244 on-board devices
     16 device	obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
     17 attach	obio at mainbus
     18 file	arch/evbarm/iq80321/obio.c			obio
     19 file	arch/evbarm/iq80321/obio_space.c		obio
     20 
     21 # on-board TI 165C50 UART
     22 attach	com at obio with com_obio
     23 file	arch/evbarm/iq80321/com_obio.c			com_obio
     24 
     25 # on-board CompactFlash reader
     26 attach	wdc at obio with wdc_obio
     27 file	arch/evbarm/iq31244/wdc_obio.c			wdc_obio
     28 
     29 # i80321 I/O Processor CPU support
     30 include "arch/arm/xscale/files.i80321"
     31 
     32 attach	iopxs at mainbus with iopxs_mainbus
     33 file	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
     34