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