files.gumstix revision 1.14
1# $NetBSD: files.gumstix,v 1.14 2009/08/09 07:10:13 kiyohara 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 11# gumstix devices 12device gxio {[addr = -1], [gpirq = -1]} 13attach gxio at pxaip 14defflag opt_gxio.h GXIO_BLUETOOTH_ON_HWUART 15defparam opt_gxio.h GXIO_DEFAULT_EXPANSION 16file arch/evbarm/gumstix/gxio.c gxio 17 18# SMSC LAN91C111 19attach sm at gxio with sm_gxio 20file arch/evbarm/gumstix/if_sm_gxio.c sm_gxio 21 22# PCMCIA/CF socket 23attach pxapcic at pxaip with gxpcic 24file arch/evbarm/gumstix/gxpcic.c gxpcic 25 26# Inter-Integrated Circuit controller 27device gxiic: pxaiic, i2cbus 28attach gxiic at pxaip 29file arch/evbarm/gumstix/gxiic.c gxiic 30 31include "dev/sdmmc/files.sdmmc" 32 33# MMC/SD controller 34attach pxamci at pxaip with gxmci 35file arch/evbarm/gumstix/gxmci.c gxmci 36 37# SMSC LAN9118 38attach smsh at gxio with smsh_gxio 39file arch/evbarm/gumstix/if_smsh_gxio.c smsh_gxio 40 41# LCD frame buffer 42attach lcd at pxaip with gxlcd 43file arch/evbarm/gumstix/gxlcd.c gxlcd 44