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