Home | History | Annotate | Line # | Download | only in altera
files.altera revision 1.1
      1 #	$NetBSD: files.altera,v 1.1 2018/09/19 17:31:38 aymeric Exp $
      2 #
      3 # Configuration for Altera SoC
      4 #
      5 
      6 file 	arch/arm/arm32/arm32_boot.c
      7 file 	arch/arm/arm32/arm32_kvminit.c
      8 file 	arch/arm/arm32/arm32_reboot.c
      9 file 	arch/arm/arm32/irq_dispatch.S
     10 
     11 file 	arch/arm/arm32/armv7_generic_space.c
     12 file 	arch/arm/arm/arm_generic_dma.c
     13 file 	arch/arm/arm/bus_space_a4x.S
     14 
     15 file 	arch/arm/altera/cycv_platform.c
     16 
     17 device 	cycvfdt : bus_space_generic, fdtbus
     18 attach 	cycvfdt at mainbus with cycv_fdt
     19 file 	arch/arm/altera/cycv_fdt.c			cycv_fdt
     20 
     21 # Clock manager
     22 device 	cycvclkmgr : fdtbus
     23 attach 	cycvclkmgr at fdt
     24 file 	arch/arm/altera/cycv_clkmgr.c			cycvclkmgr
     25 
     26 # Reset manager
     27 device 	cycvrstmgr : fdtbus
     28 attach 	cycvrstmgr at fdt
     29 file 	arch/arm/altera/cycv_rstmgr.c			cycvrstmgr
     30 
     31 # GMAC
     32 attach	awge at fdt with cycv_gmac
     33 file	arch/arm/altera/cycv_gmac.c			cycv_gmac
     34 
     35 # SD/MMC Host Controller
     36 attach	dwcmmc at fdt with cycv_dwcmmc
     37 file	arch/arm/altera/cycv_dwcmmc.c			cycv_dwcmmc
     38