Home | History | Annotate | Line # | Download | only in conf
files.adi_brh revision 1.1
      1  1.1  thorpej #	$NetBSD: files.adi_brh,v 1.1 2003/01/25 02:00:15 thorpej Exp $
      2  1.1  thorpej #
      3  1.1  thorpej # ADI BRH evaluation board configuration info
      4  1.1  thorpej #
      5  1.1  thorpej 
      6  1.1  thorpej # Use the generic ARM soft interrupt code.
      7  1.1  thorpej file	arch/arm/arm/softintr.c
      8  1.1  thorpej 
      9  1.1  thorpej file	arch/evbarm/adi_brh/brh_7seg.c
     10  1.1  thorpej file	arch/evbarm/adi_brh/brh_machdep.c
     11  1.1  thorpej 
     12  1.1  thorpej # BRH on-board devices
     13  1.1  thorpej device	obio {addr, [irq = -1]}: bus_space_generic
     14  1.1  thorpej attach	obio at mainbus
     15  1.1  thorpej file	arch/evbarm/adi_brh/obio.c			obio
     16  1.1  thorpej file	arch/evbarm/adi_brh/obio_space.c		obio
     17  1.1  thorpej 
     18  1.1  thorpej # on-board 16550 UARTs
     19  1.1  thorpej attach	com at obio with com_obio
     20  1.1  thorpej file	arch/evbarm/adi_brh/com_obio.c			com_obio
     21  1.1  thorpej 
     22  1.1  thorpej # i80200 CPU support
     23  1.1  thorpej include "arch/arm/xscale/files.i80200"
     24  1.1  thorpej 
     25  1.1  thorpej # BECC Companion support
     26  1.1  thorpej include	"arch/arm/xscale/files.becc"
     27  1.1  thorpej 
     28  1.1  thorpej attach	becc at mainbus with becc_mainbus
     29  1.1  thorpej file	arch/evbarm/adi_brh/becc_mainbus.c		becc_mainbus
     30