Home | History | Annotate | Line # | Download | only in conf
files.gumstix revision 1.16
      1 #	$NetBSD: files.gumstix,v 1.16 2010/07/10 08:17:48 kiyohara 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 include "dev/sdmmc/files.sdmmc"
     35 
     36 # MMC/SD controller
     37 attach	pxamci at pxaip with gxmci
     38 file	arch/evbarm/gumstix/gxmci.c			gxmci
     39 
     40 # SMSC LAN9118
     41 attach	smsh at gxio with smsh_gxio
     42 file	arch/evbarm/gumstix/if_smsh_gxio.c		smsh_gxio
     43 
     44 # LCD frame buffer
     45 attach	lcd at pxaip with gxlcd
     46 file	arch/evbarm/gumstix/gxlcd.c			gxlcd
     47