xref: /netbsd-src/sys/arch/evbarm/conf/files.hdl_g (revision d48f14661dda8638fee055ba15d35bdfb29b9fa8)
1#	$NetBSD: files.hdl_g,v 1.1 2006/04/16 02:22:33 nonaka Exp $
2#
3# Intel I-O DATA HDL-G configuration info
4#
5
6# Use the generic ARM soft interrupt code.
7file	arch/arm/arm/softintr.c
8
9file	arch/evbarm/hdl_g/hdlg_machdep.c
10file	arch/evbarm/hdl_g/hdlg_pci.c
11
12# HDL-G on-board devices
13device	obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
14attach	obio at mainbus
15file	arch/evbarm/hdl_g/obio.c			obio
16file	arch/evbarm/hdl_g/obio_space.c			obio
17
18# on-board TI 165C50 UART
19attach	com at obio with com_obio
20file	arch/evbarm/hdl_g/com_obio.c			com_obio
21
22# Button
23device	btn: sysmon_power, sysmon_taskq
24attach	btn at obio with btn_obio
25file	arch/evbarm/hdl_g/btn_obio.c			btn_obio
26
27# i80321 I/O Processor CPU support
28include "arch/arm/xscale/files.i80321"
29
30attach	iopxs at mainbus with iopxs_mainbus
31file	arch/evbarm/hdl_g/i80321_mainbus.c		iopxs_mainbus
32