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 6 # Use the generic ARM soft interrupt code. 7 file arch/arm/arm/softintr.c 8 9 file arch/evbarm/adi_brh/brh_7seg.c 10 file arch/evbarm/adi_brh/brh_machdep.c 11 12 # BRH on-board devices 13 device obio {addr, [size = -1], [width = -1], [irq = -1]}: bus_space_generic 14 attach obio at mainbus 15 file arch/evbarm/adi_brh/obio.c obio 16 file arch/evbarm/adi_brh/obio_space.c obio 17 18 # on-board 16550 UARTs 19 attach com at obio with com_obio 20 file arch/evbarm/adi_brh/com_obio.c com_obio 21 22 # i80200 CPU support 23 include "arch/arm/xscale/files.i80200" 24 25 # BECC Companion support 26 include "arch/arm/xscale/files.becc" 27 28 attach becc at mainbus with becc_mainbus 29 file arch/evbarm/adi_brh/becc_mainbus.c becc_mainbus 30