Home | History | Annotate | Line # | Download | only in conf
files.gumstix revision 1.15
      1 #	$NetBSD: files.gumstix,v 1.15 2010/03/07 09:18:51 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_NETBSD_ARGS_BUSHEADER
      8 						GUMSTIX_NETBSD_ARGS_CONSOLE
      9 
     10 # CPU support and integrated peripherals
     11 include "arch/arm/xscale/files.pxa2x0"
     12 
     13 # gumstix devices
     14 device	gxio {[addr = -1], [gpirq = -1]}
     15 attach	gxio at pxaip
     16 defflag opt_gxio.h				GXIO_BLUETOOTH_ON_HWUART
     17 defparam opt_gxio.h				GXIO_DEFAULT_EXPANSION
     18 file	arch/evbarm/gumstix/gxio.c			gxio
     19 
     20 # SMSC LAN91C111
     21 attach	sm at gxio with sm_gxio
     22 file	arch/evbarm/gumstix/if_sm_gxio.c		sm_gxio
     23 
     24 # PCMCIA/CF socket
     25 attach	pxapcic at pxaip with gxpcic
     26 file	arch/evbarm/gumstix/gxpcic.c			gxpcic
     27 
     28 # Inter-Integrated Circuit controller
     29 device	gxiic: pxaiic, i2cbus
     30 attach	gxiic at pxaip
     31 file	arch/evbarm/gumstix/gxiic.c			gxiic
     32 
     33 include "dev/sdmmc/files.sdmmc"
     34 
     35 # MMC/SD controller
     36 attach	pxamci at pxaip with gxmci
     37 file	arch/evbarm/gumstix/gxmci.c			gxmci
     38 
     39 # SMSC LAN9118
     40 attach	smsh at gxio with smsh_gxio
     41 file	arch/evbarm/gumstix/if_smsh_gxio.c		smsh_gxio
     42 
     43 # LCD frame buffer
     44 attach	lcd at pxaip with gxlcd
     45 file	arch/evbarm/gumstix/gxlcd.c			gxlcd
     46