Home | History | Annotate | Line # | Download | only in conf
files.gumstix revision 1.8
      1  1.7  kiyohara #	$NetBSD: files.gumstix,v 1.8 2007/08/21 12:36:18 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.7  kiyohara defparam opt_gxio.h				GXIO_DEFAULT_EXPANSION
     22  1.1  kiyohara file	arch/evbarm/gumstix/gxio.c			gxio
     23  1.1  kiyohara 
     24  1.1  kiyohara # SMSC LAN91C111
     25  1.1  kiyohara attach	sm at gxio with sm_gxio
     26  1.1  kiyohara file	arch/evbarm/gumstix/if_sm_gxio.c		sm_gxio
     27  1.1  kiyohara 
     28  1.7  kiyohara # PCMCIA/CF socket
     29  1.4  kiyohara attach	pxapcic at pxaip with pxapcic_gxpcic
     30  1.4  kiyohara file	arch/evbarm/gumstix/gxpcic.c			pxapcic_gxpcic
     31  1.8  kiyohara 
     32  1.8  kiyohara # Inter-Integrated Circuit controller
     33  1.8  kiyohara device	gxiic: pxaiic, i2cbus
     34  1.8  kiyohara attach	gxiic at pxaip
     35  1.8  kiyohara file	arch/evbarm/gumstix/gxiic.c			gxiic
     36