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