1 1.3 thorpej # $NetBSD: files.iq80310,v 1.3 2001/11/07 00:33:22 thorpej Exp $ 2 1.1 thorpej # 3 1.1 thorpej # Intel IQ80310 evaluation board configuration info 4 1.1 thorpej # 5 1.1 thorpej 6 1.3 thorpej # We use the Intel i80312 Companion I/O chip. 7 1.3 thorpej include "arch/arm/xscale/files.i80312" 8 1.3 thorpej 9 1.3 thorpej file arch/evbarm/iq80310/iq80310_7seg.c 10 1.2 thorpej file arch/evbarm/iq80310/iq80310_machdep.c 11 1.3 thorpej file arch/evbarm/iq80310/iq80310_intr.c 12 1.3 thorpej file arch/evbarm/iq80310/iq80310_irq.S 13 1.3 thorpej file arch/evbarm/iq80310/iq80310_timer.c 14 1.3 thorpej 15 1.3 thorpej # IQ80310 on-board devices (including CPLD) 16 1.3 thorpej device obio {[addr = -1]} 17 1.3 thorpej attach obio at mainbus 18 1.3 thorpej file arch/evbarm/iq80310/obio.c obio 19 1.3 thorpej file arch/evbarm/iq80310/obio_space.c obio 20 1.3 thorpej file arch/evbarm/iq80310/obio_space_asm.S obio 21 1.3 thorpej 22 1.3 thorpej # on-board XR 16550 UARTs 23 1.3 thorpej attach com at obio with com_obio 24 1.3 thorpej file arch/evbarm/iq80310/com_obio.c com_obio 25 1.1 thorpej 26 1.1 thorpej # IQ80310 PCI support 27 1.2 thorpej file arch/evbarm/iq80310/pci_machdep.c pci 28