1 # $NetBSD: files.cp3100,v 1.1.6.2 2006/12/10 07:15:52 yamt Exp $ 2 # 3 # Certance CP3100 configuration info 4 # 5 6 # Use the generic ARM soft interrupt code. 7 file arch/arm/arm/softintr.c 8 9 file arch/evbarm/iq80321/iq80321_machdep.c 10 file arch/evbarm/cp3100/cp3100_pci.c 11 file arch/evbarm/cp3100/cp3100_leds.c 12 13 # CP3100 on-board devices 14 device obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic 15 attach obio at mainbus 16 file arch/evbarm/iq80321/obio.c obio 17 file arch/evbarm/iq80321/obio_space.c obio 18 19 # on-board TI 165C50 UART 20 attach com at obio with com_obio 21 file arch/evbarm/iq80321/com_obio.c com_obio 22 23 # i80321 I/O Processor CPU support 24 include "arch/arm/xscale/files.i80321" 25 26 attach iopxs at mainbus with iopxs_mainbus 27 file arch/evbarm/iq80321/i80321_mainbus.c iopxs_mainbus 28