1#         $NetBSD: files.iyonix,v 1.1 2019/02/14 21:47:52 macallan Exp $
2
3#
4# Machine dependent stuff
5#
6
7file      arch/evbarm/iyonix/iyonix_machdep.c
8file      arch/evbarm/iyonix/iyonix_pci.c
9
10# obio stuff moved from here
11
12# i80321 I/O Processor CPU support
13include "arch/arm/xscale/files.i80321"
14
15attach    iopxs at mainbus with iopxs_mainbus
16file      arch/evbarm/iyonix/i80321_mainbus.c               iopxs_mainbus
17
18# IQ80321 on-board devices
19device    obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
20attach    obio at mainbus
21file      arch/evbarm/iyonix/obio.c                         obio
22file      arch/evbarm/iyonix/obio_space.c                             obio
23
24# on-board TI 165C50 UART
25attach    com at obio with com_obio
26file      arch/evbarm/iyonix/com_obio.c                     com_obio
27
28