Home | History | Annotate | Line # | Download | only in altera
      1 #	$NetBSD: files.altera,v 1.3 2025/09/06 15:44:02 thorpej Exp $
      2 #
      3 # Configuration for Altera SoC
      4 #
      5 
      6 file 	arch/arm/altera/cycv_platform.c
      7 
      8 device 	cycvfdt : bus_space_generic, fdtbus
      9 attach 	cycvfdt at mainbus with cycv_fdt
     10 file 	arch/arm/altera/cycv_fdt.c			cycv_fdt
     11 
     12 # Clock manager
     13 device 	cycvclkmgr : fdtbus, fdt_clock
     14 attach 	cycvclkmgr at fdt
     15 file 	arch/arm/altera/cycv_clkmgr.c			cycvclkmgr
     16 
     17 # Reset manager
     18 device 	cycvrstmgr : fdtbus, fdt_reset
     19 attach 	cycvrstmgr at fdt
     20 file 	arch/arm/altera/cycv_rstmgr.c			cycvrstmgr
     21 
     22 # GMAC
     23 attach	awge at fdt with cycv_gmac: fdt_clock, fdt_reset
     24 file	arch/arm/altera/cycv_gmac.c			cycv_gmac
     25 
     26 # SD/MMC Host Controller
     27 attach	dwcmmc at fdt with cycv_dwcmmc: fdt_clock, fdt_gpio
     28 file	arch/arm/altera/cycv_dwcmmc.c			cycv_dwcmmc
     29