1 # $NetBSD: files.integrator,v 1.14 2021/08/07 19:41:13 andvar Exp $ 2 # 3 # ARM, Ltd. Integrator evaluation board configuration info 4 # 5 6 file arch/arm/arm32/irq_dispatch.S 7 file arch/arm/arm32/arm32_boot.c 8 file arch/arm/arm32/arm32_kvminit.c 9 10 file arch/evbarm/integrator/integrator_machdep.c 11 file arch/evbarm/integrator/int_bus_dma.c 12 13 # Integrator fpga specific files 14 device ifpga {[offset = -1], [irq = -1]}: pcibus, bus_space_generic 15 attach ifpga at mainbus 16 file arch/evbarm/ifpga/ifpga.c ifpga 17 file arch/evbarm/ifpga/ifpga_io.c ifpga 18 file arch/evbarm/ifpga/ifpga_clock.c ifpga 19 file arch/evbarm/ifpga/ifpga_intr.c ifpga 20 file arch/evbarm/ifpga/ifpga_pci.c ifpga & pci 21 22 # Integrator fpga serial port 23 # "device" declaration in files.evbarm (because of needs-flag) 24 attach plcom at ifpga with plcom_ifpga 25 file arch/evbarm/ifpga/plcom_ifpga.c plcom_ifpga 26 27 # Integrator MMCI host controller 28 attach plmmc at ifpga with plmmc_ifpga 29 file arch/evbarm/ifpga/plmmc_ifpga.c plmmc_ifpga 30 31 # Integrator real-time clock 32 # XXX: dev/ic/pl031.c 33 attach plrtc at ifpga 34 file arch/evbarm/ifpga/pl030_rtc.c plrtc 35 36 # Integrator PCI support 37 file arch/evbarm/integrator/pci_machdep.c pci 38 39 # SMSC LAN91C111 40 attach sm at ifpga with sm_ifpga 41 file arch/evbarm/ifpga/sm_ifpga.c sm_ifpga 42