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