xref: /netbsd-src/sys/arch/evbarm/conf/files.gumstix (revision c2f76ff004a2cb67efe5b12d97bd3ef7fe89e18d)
1#	$NetBSD: files.gumstix,v 1.17 2010/09/23 07:08:57 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
34# MMC/SD controller
35attach	pxamci at pxaip with gxmci
36file	arch/evbarm/gumstix/gxmci.c			gxmci
37
38# SMSC LAN9118
39attach	smsh at gxio with smsh_gxio
40file	arch/evbarm/gumstix/if_smsh_gxio.c		smsh_gxio
41
42# LCD frame buffer
43attach	lcd at pxaip with gxlcd
44file	arch/evbarm/gumstix/gxlcd.c			gxlcd
45