1#	$NetBSD: files.hdl_g,v 1.2 2006/12/18 13:50:58 nonaka Exp $
2#
3# I-O DATA HDL-G configuration info
4#
5
6file	arch/evbarm/hdl_g/hdlg_machdep.c
7file	arch/evbarm/hdl_g/hdlg_pci.c
8
9# HDL-G on-board devices
10device	obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
11attach	obio at mainbus
12file	arch/evbarm/hdl_g/obio.c			obio
13file	arch/evbarm/hdl_g/obio_space.c			obio
14
15# on-board TI 165C50 UART
16attach	com at obio with com_obio
17file	arch/evbarm/hdl_g/com_obio.c			com_obio
18
19# Button
20device	btn: sysmon_power, sysmon_taskq
21attach	btn at obio with btn_obio
22file	arch/evbarm/hdl_g/btn_obio.c			btn_obio
23
24# i80321 I/O Processor CPU support
25include "arch/arm/xscale/files.i80321"
26
27attach	iopxs at mainbus with iopxs_mainbus
28file	arch/evbarm/hdl_g/i80321_mainbus.c		iopxs_mainbus
29