files.pxa2x0 revision 1.4
1#	$NetBSD: files.pxa2x0,v 1.4 2003/06/05 13:48:26 scw Exp $
2#
3# Configuration info for Intel PXA2[51]0 CPU support
4#
5
6file	arch/arm/arm/softintr.c  # Use the generic ARM soft interrupt code.
7
8# PXA2[51]0's integrated peripherals bus.
9device pxaip { [addr=-1], [size=0], [intr=-1], [index=-1]} : bus_space_generic
10attach pxaip at mainbus
11file	arch/arm/xscale/pxa2x0.c
12file	arch/arm/arm32/irq_dispatch.S
13file	arch/arm/xscale/pxa2x0_space.c
14#file	arch/arm/xscale/pxa2x0_freqchg.S
15file	arch/arm/xscale/pxa2x0_dma.c
16#file	arch/arm/xscale/pxa2x0_i2c.c
17
18# Cotulla integrated peripherals.
19
20# INTC controller
21device	pxaintc
22attach	pxaintc at pxaip
23file arch/arm/xscale/pxa2x0_intr.c		pxaintc needs-flag
24defopt  opt_pxa2x0_gpio.h		PXAGPIO_HAS_GPION_INTRS
25
26# GPIO controller
27device	pxagpio
28attach	pxagpio at pxaip
29file arch/arm/xscale/pxa2x0_gpio.c		pxagpio needs-flag
30
31# NS16550 compatible serial ports
32attach com at pxaip with pxauart
33file arch/arm/xscale/pxa2x0_com.c		pxauart
34file arch/arm/xscale/pxa2x0_a4x_space.c		pxauart | obio
35file arch/arm/xscale/pxa2x0_a4x_io.S		pxauart | obio
36defflag	opt_com.h	FFUARTCONSOLE STUARTCONSOLE BTUARTCONSOLE COM_PXA2X0
37
38# clock device
39# PXA2x0's built-in timer is compatible to SA-1110.
40device	saost
41attach	saost at pxaip
42file	arch/arm/sa11x0/sa11x0_ost.c		saost needs-flag
43
44# LCD controller
45device lcd: wsemuldisplaydev, rasops16, rasops8, rasops4
46file arch/arm/xscale/pxa2x0_lcd.c		lcd needs-flag
47
48# XXX this is a hack to use dev/pcmcia without fdc.c
49device	fdc
50
51