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