files.fdt revision 1.8
1# $NetBSD: files.fdt,v 1.8 2017/06/03 14:50:39 jmcneill Exp $
2
3device	armfdt { }: bus_space_generic, fdtbus
4attach	armfdt at root with arm_fdt
5file	arch/arm/fdt/arm_fdt.c			arm_fdt
6
7attach	cpu at cpus with cpu_fdt
8file	arch/arm/fdt/cpu_fdt.c			cpu_fdt
9
10device	gtmr: mpcorebus
11attach	gtmr at fdt with gtmr_fdt
12file	arch/arm/fdt/gtmr_fdt.c			gtmr_fdt
13
14device  gic: mpcorebus
15attach  gic at fdt with gic_fdt
16file    arch/arm/fdt/gic_fdt.c             	gic_fdt
17
18attach	plcom at fdt with plcom_fdt
19file	arch/arm/fdt/plcom_fdt.c		plcom_fdt
20
21attach	genfb at fdt with plfb_fdt: fdt_display_timing
22file	arch/arm/fdt/plfb_fdt.c			plfb_fdt
23
24attach	plmmc at fdt with plmmc_fdt
25file	arch/arm/fdt/plmmc_fdt.c		plmmc_fdt
26
27attach	smsh at fdt with smsh_fdt
28file	arch/arm/fdt/smsh_fdt.c			smsh_fdt
29
30# Console parameters
31defparam opt_fdt_arm.h				CONSADDR
32