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