Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.33
      1 # $NetBSD: files.fdt,v 1.33 2021/04/26 14:44:16 thorpej Exp $
      2 
      3 include	"dev/pckbport/files.pckbport"
      4 
      5 device	armfdt: bus_space_generic, fdt
      6 attach	armfdt at root with arm_fdt
      7 file	arch/arm/fdt/arm_fdt.c			arm_fdt
      8 file	arch/arm/fdt/arm_platform.c		arm_fdt & gtmr_fdt & psci_fdt
      9 file	arch/arm/fdt/arm_simplefb.c		arm_fdt & wsdisplay & genfb
     10 
     11 attach	cpu at fdt with cpu_fdt
     12 file	arch/arm/fdt/cpu_fdt.c			cpu_fdt
     13 
     14 device	cpufreqdt
     15 attach	cpufreqdt at cpu with cpufreq_dt
     16 file	dev/fdt/cpufreq_dt.c			cpufreq_dt
     17 
     18 device	a9tmr: mpcorebus
     19 attach	a9tmr at fdt with a9tmr_fdt
     20 file	arch/arm/fdt/a9tmr_fdt.c		a9tmr_fdt
     21 
     22 device	a9ptmr: mpcorebus
     23 attach	a9ptmr at fdt with a9ptmr_fdt
     24 file	arch/arm/fdt/a9ptmr_fdt.c		a9ptmr_fdt
     25 
     26 device	a9wdt: mpcorebus
     27 attach	a9wdt at fdt with a9wdt_fdt
     28 file	arch/arm/fdt/a9wdt_fdt.c		a9wdt_fdt
     29 
     30 device	gtmr: mpcorebus
     31 attach	gtmr at fdt with gtmr_fdt
     32 file	arch/arm/fdt/gtmr_fdt.c			gtmr_fdt
     33 
     34 device  gic: mpcorebus
     35 attach  gic at fdt with gic_fdt
     36 file    arch/arm/fdt/gic_fdt.c			gic_fdt
     37 
     38 attach	gicvthree at fdt with gicv3_fdt
     39 file	arch/arm/fdt/gicv3_fdt.c		gicv3_fdt
     40 
     41 device  l2cc: mpcorebus
     42 attach  l2cc at fdt with l2cc_fdt
     43 file    arch/arm/fdt/l2cc_fdt.c			l2cc_fdt
     44 
     45 attach	plcom at fdt with plcom_fdt
     46 file	arch/arm/fdt/plcom_fdt.c		plcom_fdt
     47 
     48 attach	plkmi at fdt with plkmi_fdt
     49 file	arch/arm/fdt/plkmi_fdt.c		plkmi_fdt
     50 
     51 attach	plmmc at fdt with plmmc_fdt
     52 file	arch/arm/fdt/plmmc_fdt.c		plmmc_fdt
     53 
     54 attach	smsh at fdt with smsh_fdt
     55 file	arch/arm/fdt/smsh_fdt.c			smsh_fdt
     56 
     57 attach	aaci at fdt with aaci_fdt
     58 file	arch/arm/fdt/aaci_fdt.c			aaci_fdt
     59 
     60 attach	plrtc at fdt with plrtc_fdt
     61 file	arch/arm/fdt/plrtc_fdt.c		plrtc_fdt
     62 
     63 attach	psci at fdt with psci_fdt
     64 file	arch/arm/fdt/psci_fdt.c			psci_fdt	needs-flag
     65 
     66 # Generic PCI host controller
     67 device	pcihost: pcibus
     68 attach	pcihost at fdt with pcihost_fdt
     69 file	arch/arm/fdt/pcihost_fdt.c		pcihost_fdt
     70 
     71 device	armpmu: tprof
     72 attach	armpmu at fdt with pmu_fdt
     73 file	arch/arm/fdt/pmu_fdt.c			pmu_fdt
     74 
     75 attach	genfb at fdt with plfb_fdt: fdt_display_timing
     76 file	arch/arm/fdt/plfb_fdt.c			plfb_fdt
     77 
     78 device	acpifdt: acpibus
     79 attach	acpifdt at fdt with acpi_fdt
     80 file	arch/arm/fdt/acpi_fdt.c			acpi_fdt
     81