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