Home | History | Annotate | Line # | Download | only in conf
files.gumstix revision 1.6
      1  1.6  kiyohara #	$NetBSD: files.gumstix,v 1.6 2007/07/12 01:58:32 kiyohara Exp $
      2  1.1  kiyohara #
      3  1.6  kiyohara # Gumstix. Inc. Gumstix boards configuration info
      4  1.1  kiyohara #
      5  1.1  kiyohara 
      6  1.1  kiyohara file	arch/evbarm/gumstix/gumstix_machdep.c
      7  1.1  kiyohara 
      8  1.1  kiyohara # CPU support and integrated peripherals
      9  1.1  kiyohara include "arch/arm/xscale/files.pxa2x0"
     10  1.1  kiyohara 
     11  1.3  kiyohara include "dev/bluetooth/files.bluetooth"
     12  1.3  kiyohara 
     13  1.2  kiyohara include	"dev/pcmcia/files.pcmcia"
     14  1.2  kiyohara 
     15  1.5  kiyohara #include "dev/sdmmc/files.sdmmc"
     16  1.5  kiyohara 
     17  1.1  kiyohara # gumstix devices
     18  1.1  kiyohara device	gxio {[addr = -1], [gpirq = -1]}
     19  1.1  kiyohara attach	gxio at pxaip
     20  1.2  kiyohara defflag opt_gxio.h				GXIO_BLUETOOTH_ON_HWUART
     21  1.1  kiyohara file	arch/evbarm/gumstix/gxio.c			gxio
     22  1.1  kiyohara 
     23  1.1  kiyohara # SMSC LAN91C111
     24  1.1  kiyohara attach	sm at gxio with sm_gxio
     25  1.1  kiyohara file	arch/evbarm/gumstix/if_sm_gxio.c		sm_gxio
     26  1.1  kiyohara 
     27  1.4  kiyohara # PCMCIA/CF socket and GPIO controllers
     28  1.4  kiyohara attach	pxapcic at pxaip with pxapcic_gxpcic
     29  1.4  kiyohara file	arch/evbarm/gumstix/gxpcic.c			pxapcic_gxpcic
     30