1 # $NetBSD: files.gumstix,v 1.14.2.3 2010/10/22 07:21:15 uebayasi Exp $ 2 # 3 # Gumstix. Inc. Gumstix boards configuration info 4 # 5 6 file arch/evbarm/gumstix/gumstix_machdep.c 7 defflag opt_gumstix.h GUMSTIX 8 GUMSTIX_NETBSD_ARGS_BUSHEADER 9 GUMSTIX_NETBSD_ARGS_CONSOLE 10 11 # CPU support and integrated peripherals 12 include "arch/arm/xscale/files.pxa2x0" 13 14 # gumstix devices 15 device gxio {[addr = -1], [gpirq = -1]} 16 attach gxio at pxaip 17 defflag opt_gxio.h GXIO_BLUETOOTH_ON_HWUART 18 defparam opt_gxio.h GXIO_DEFAULT_EXPANSION 19 file arch/evbarm/gumstix/gxio.c gxio 20 21 # SMSC LAN91C111 22 attach sm at gxio with sm_gxio 23 file arch/evbarm/gumstix/if_sm_gxio.c sm_gxio 24 25 # PCMCIA/CF socket 26 attach pxapcic at pxaip with gxpcic 27 file arch/evbarm/gumstix/gxpcic.c gxpcic 28 29 # Inter-Integrated Circuit controller 30 device gxiic: pxaiic, i2cbus 31 attach gxiic at pxaip 32 file arch/evbarm/gumstix/gxiic.c gxiic 33 34 # MMC/SD controller 35 attach pxamci at pxaip with gxmci 36 file arch/evbarm/gumstix/gxmci.c gxmci 37 38 # SMSC LAN9118 39 attach smsh at gxio with smsh_gxio 40 file arch/evbarm/gumstix/if_smsh_gxio.c smsh_gxio 41 42 # LCD frame buffer 43 attach lcd at pxaip with gxlcd 44 file arch/evbarm/gumstix/gxlcd.c gxlcd 45