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