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