files.gumstix revision 1.11
1# $NetBSD: files.gumstix,v 1.11 2008/05/09 00:08:37 matt Exp $ 2# 3# Gumstix. Inc. Gumstix boards configuration info 4# 5 6file arch/evbarm/gumstix/gumstix_machdep.c 7 8# CPU support and integrated peripherals 9include "arch/arm/xscale/files.pxa2x0" 10 11include "dev/sdmmc/files.sdmmc" 12 13# gumstix devices 14device gxio {[addr = -1], [gpirq = -1]} 15attach gxio at pxaip 16defflag opt_gxio.h GXIO_BLUETOOTH_ON_HWUART 17defparam opt_gxio.h GXIO_DEFAULT_EXPANSION 18file arch/evbarm/gumstix/gxio.c gxio 19 20# SMSC LAN91C111 21attach sm at gxio with sm_gxio 22file arch/evbarm/gumstix/if_sm_gxio.c sm_gxio 23 24# PCMCIA/CF socket 25attach pxapcic at pxaip with pxapcic_gxpcic 26file arch/evbarm/gumstix/gxpcic.c pxapcic_gxpcic 27 28# PXA2x0 MMC/SD controller 29attach pxamci at pxaip with gxmci 30file arch/evbarm/gumstix/gxmci.c gxmci 31 32# Inter-Integrated Circuit controller 33device gxiic: pxaiic, i2cbus 34attach gxiic at pxaip 35file arch/evbarm/gumstix/gxiic.c gxiic 36