files.adi_brh revision 1.3
11.3Sthorpej#	$NetBSD: files.adi_brh,v 1.3 2003/06/16 17:40:49 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.3Sthorpejdevice	obio {addr, [size = -1], [width = -1], [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