Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.14
      1 # $NetBSD: files.fdt,v 1.14 2017/10/02 22:49:38 jmcneill Exp $
      2 
      3 include	"dev/pckbport/files.pckbport"
      4 
      5 device	armfdt { }: bus_space_generic, fdtbus
      6 attach	armfdt at root with arm_fdt
      7 file	arch/arm/fdt/arm_fdt.c			arm_fdt
      8 
      9 attach	cpu at cpus with cpu_fdt
     10 file	arch/arm/fdt/cpu_fdt.c			cpu_fdt
     11 
     12 device	cpufreqdt
     13 attach	cpufreqdt at cpu with cpufreq_dt
     14 file	dev/fdt/cpufreq_dt.c			cpufreq_dt
     15 
     16 device	gtmr: mpcorebus
     17 attach	gtmr at fdt with gtmr_fdt
     18 file	arch/arm/fdt/gtmr_fdt.c			gtmr_fdt
     19 
     20 device  gic: mpcorebus
     21 attach  gic at fdt with gic_fdt
     22 file    arch/arm/fdt/gic_fdt.c             	gic_fdt
     23 
     24 attach	plcom at fdt with plcom_fdt
     25 file	arch/arm/fdt/plcom_fdt.c		plcom_fdt
     26 
     27 attach	plkmi at fdt with plkmi_fdt
     28 file	arch/arm/fdt/plkmi_fdt.c		plkmi_fdt
     29 
     30 attach	plmmc at fdt with plmmc_fdt
     31 file	arch/arm/fdt/plmmc_fdt.c		plmmc_fdt
     32 
     33 attach	smsh at fdt with smsh_fdt
     34 file	arch/arm/fdt/smsh_fdt.c			smsh_fdt
     35 
     36 attach	aaci at fdt with aaci_fdt
     37 file	arch/arm/fdt/aaci_fdt.c			aaci_fdt
     38 
     39 attach	plrtc at fdt with plrtc_fdt
     40 file	arch/arm/fdt/plrtc_fdt.c		plrtc_fdt
     41 
     42 attach	psci at fdt with psci_fdt
     43 file	arch/arm/fdt/psci_fdt.c			psci_fdt
     44 
     45 # Console parameters
     46 defparam opt_fdt_arm.h				CONSADDR
     47