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