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