1 # $NetBSD: files.fdt,v 1.5 2017/06/02 10:46:07 jmcneill Exp $ 2 3 device armfdt { }: bus_space_generic, fdtbus 4 attach armfdt at root with arm_fdt 5 file arch/arm/fdt/arm_fdt.c arm_fdt 6 7 attach cpu at cpus with cpu_fdt 8 file arch/arm/fdt/cpu_fdt.c cpu_fdt 9 10 device gtmr: mpcorebus 11 attach gtmr at fdt with gtmr_fdt 12 file arch/arm/fdt/gtmr_fdt.c gtmr_fdt 13 14 device gic: mpcorebus 15 attach gic at fdt with gic_fdt 16 file arch/arm/fdt/gic_fdt.c gic_fdt 17 18 attach smsh at fdt with smsh_fdt 19 file arch/arm/fdt/smsh_fdt.c smsh_fdt 20 21 # Console parameters 22 defparam opt_fdt_arm.h CONSADDR 23