files.fdt revision 1.7
1# $NetBSD: files.fdt,v 1.7 2017/06/02 14:30:58 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	plmmc at fdt with plmmc_fdt
22file	arch/arm/fdt/plmmc_fdt.c		plmmc_fdt
23
24attach	smsh at fdt with smsh_fdt
25file	arch/arm/fdt/smsh_fdt.c			smsh_fdt
26
27# Console parameters
28defparam opt_fdt_arm.h				CONSADDR
29