xref: /netbsd-src/sys/arch/hpcarm/conf/files.pxa2x0 (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1#	$NetBSD: files.pxa2x0,v 1.3 2010/05/30 10:00:27 nonaka Exp $
2#
3# PXA2x0 specific configuration info
4#
5
6file	arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
7
8# Include hpcarm/XScale config definitions.
9include "arch/arm/xscale/files.pxa2x0"
10
11#
12# W-ZERO3 specific configuration info
13#
14
15# Dedicated SSP unit for touch screen, keypad
16device wzero3ssp
17attach wzero3ssp at pxaip
18file arch/hpcarm/dev/wzero3_ssp.c	wzero3ssp
19
20# LCD frame buffer
21attach lcd at pxaip with wzero3lcd
22file arch/hpcarm/dev/wzero3_lcd.c	wzero3lcd needs-flag
23
24# keyboard
25device wzero3kbd: hpckbdif, sysmon_power, sysmon_taskq
26attach wzero3kbd at pxaip
27file arch/hpcarm/dev/wzero3_kbd.c	wzero3kbd
28
29# keypad
30device wzero3keypad: wskbddev
31attach wzero3keypad at pxaip
32file arch/hpcarm/dev/wzero3_keypad.c	wzero3keypad
33
34# touchpad
35device wzero3tp: wsmousedev, hpctpanel
36attach wzero3tp at pxaip
37file arch/hpcarm/dev/wzero3_tp.c	wzero3tp
38
39# MMC/SD controller
40attach pxamci at pxaip with wzero3mci
41file arch/hpcarm/dev/wzero3_mci.c	wzero3mci
42
43# USB power control
44device wzero3usb
45attach wzero3usb at pxaip
46file arch/hpcarm/dev/wzero3_usb.c	wzero3usb
47