1#	$NetBSD: files.adi_brh,v 1.3 2003/06/16 17:40:49 thorpej Exp $
2#
3# ADI BRH evaluation board configuration info
4#
5
6file	arch/evbarm/adi_brh/brh_7seg.c
7file	arch/evbarm/adi_brh/brh_machdep.c
8
9# BRH on-board devices
10device	obio {addr, [size = -1], [width = -1], [irq = -1]}: bus_space_generic
11attach	obio at mainbus
12file	arch/evbarm/adi_brh/obio.c			obio
13file	arch/evbarm/adi_brh/obio_space.c		obio
14
15# on-board 16550 UARTs
16attach	com at obio with com_obio
17file	arch/evbarm/adi_brh/com_obio.c			com_obio
18
19# i80200 CPU support
20include "arch/arm/xscale/files.i80200"
21
22# BECC Companion support
23include	"arch/arm/xscale/files.becc"
24
25attach	becc at mainbus with becc_mainbus
26file	arch/evbarm/adi_brh/becc_mainbus.c		becc_mainbus
27