files.adi_brh revision 1.1
11.1Sthorpej#	$NetBSD: files.adi_brh,v 1.1 2003/01/25 02:00:15 thorpej Exp $
21.1Sthorpej#
31.1Sthorpej# ADI BRH evaluation board configuration info
41.1Sthorpej#
51.1Sthorpej
61.1Sthorpej# Use the generic ARM soft interrupt code.
71.1Sthorpejfile	arch/arm/arm/softintr.c
81.1Sthorpej
91.1Sthorpejfile	arch/evbarm/adi_brh/brh_7seg.c
101.1Sthorpejfile	arch/evbarm/adi_brh/brh_machdep.c
111.1Sthorpej
121.1Sthorpej# BRH on-board devices
131.1Sthorpejdevice	obio {addr, [irq = -1]}: bus_space_generic
141.1Sthorpejattach	obio at mainbus
151.1Sthorpejfile	arch/evbarm/adi_brh/obio.c			obio
161.1Sthorpejfile	arch/evbarm/adi_brh/obio_space.c		obio
171.1Sthorpej
181.1Sthorpej# on-board 16550 UARTs
191.1Sthorpejattach	com at obio with com_obio
201.1Sthorpejfile	arch/evbarm/adi_brh/com_obio.c			com_obio
211.1Sthorpej
221.1Sthorpej# i80200 CPU support
231.1Sthorpejinclude "arch/arm/xscale/files.i80200"
241.1Sthorpej
251.1Sthorpej# BECC Companion support
261.1Sthorpejinclude	"arch/arm/xscale/files.becc"
271.1Sthorpej
281.1Sthorpejattach	becc at mainbus with becc_mainbus
291.1Sthorpejfile	arch/evbarm/adi_brh/becc_mainbus.c		becc_mainbus
30