1 1.37 thorpej # $NetBSD: files.fdt,v 1.37 2025/09/06 21:02:40 thorpej Exp $ 2 1.9 jmcneill 3 1.9 jmcneill include "dev/pckbport/files.pckbport" 4 1.1 jmcneill 5 1.33 thorpej device armfdt: bus_space_generic, fdt 6 1.3 jmcneill attach armfdt at root with arm_fdt 7 1.37 thorpej file dev/fdt/fdt_platform.c arm_fdt 8 1.3 jmcneill file arch/arm/fdt/arm_fdt.c arm_fdt 9 1.31 skrll file arch/arm/fdt/arm_platform.c arm_fdt & gtmr_fdt & psci_fdt 10 1.32 jmcneill file arch/arm/fdt/arm_simplefb.c arm_fdt & wsdisplay & genfb 11 1.35 skrll file arch/arm/fdt/cpus_fdt.c arm_fdt 12 1.2 jmcneill 13 1.19 jmcneill attach cpu at fdt with cpu_fdt 14 1.2 jmcneill file arch/arm/fdt/cpu_fdt.c cpu_fdt 15 1.2 jmcneill 16 1.36 thorpej device cpufreqdt: fdt_clock, fdt_regulator 17 1.14 jmcneill attach cpufreqdt at cpu with cpufreq_dt 18 1.14 jmcneill file dev/fdt/cpufreq_dt.c cpufreq_dt 19 1.14 jmcneill 20 1.16 hkenken device a9tmr: mpcorebus 21 1.36 thorpej attach a9tmr at fdt with a9tmr_fdt: fdt_clock 22 1.16 hkenken file arch/arm/fdt/a9tmr_fdt.c a9tmr_fdt 23 1.16 hkenken 24 1.29 skrll device a9ptmr: mpcorebus 25 1.36 thorpej attach a9ptmr at fdt with a9ptmr_fdt: fdt_clock 26 1.29 skrll file arch/arm/fdt/a9ptmr_fdt.c a9ptmr_fdt 27 1.29 skrll 28 1.29 skrll device a9wdt: mpcorebus 29 1.29 skrll attach a9wdt at fdt with a9wdt_fdt 30 1.29 skrll file arch/arm/fdt/a9wdt_fdt.c a9wdt_fdt 31 1.29 skrll 32 1.2 jmcneill device gtmr: mpcorebus 33 1.2 jmcneill attach gtmr at fdt with gtmr_fdt 34 1.2 jmcneill file arch/arm/fdt/gtmr_fdt.c gtmr_fdt 35 1.2 jmcneill 36 1.2 jmcneill device gic: mpcorebus 37 1.1 jmcneill attach gic at fdt with gic_fdt 38 1.23 skrll file arch/arm/fdt/gic_fdt.c gic_fdt 39 1.4 jmcneill 40 1.22 jmcneill attach gicvthree at fdt with gicv3_fdt 41 1.22 jmcneill file arch/arm/fdt/gicv3_fdt.c gicv3_fdt 42 1.22 jmcneill 43 1.17 hkenken device l2cc: mpcorebus 44 1.17 hkenken attach l2cc at fdt with l2cc_fdt 45 1.23 skrll file arch/arm/fdt/l2cc_fdt.c l2cc_fdt 46 1.17 hkenken 47 1.36 thorpej attach plcom at fdt with plcom_fdt: fdt_clock 48 1.7 jmcneill file arch/arm/fdt/plcom_fdt.c plcom_fdt 49 1.7 jmcneill 50 1.36 thorpej attach plkmi at fdt with plkmi_fdt: fdt_clock 51 1.9 jmcneill file arch/arm/fdt/plkmi_fdt.c plkmi_fdt 52 1.9 jmcneill 53 1.36 thorpej attach plmmc at fdt with plmmc_fdt: fdt_clock 54 1.6 jmcneill file arch/arm/fdt/plmmc_fdt.c plmmc_fdt 55 1.6 jmcneill 56 1.5 jmcneill attach smsh at fdt with smsh_fdt 57 1.5 jmcneill file arch/arm/fdt/smsh_fdt.c smsh_fdt 58 1.5 jmcneill 59 1.36 thorpej attach aaci at fdt with aaci_fdt: fdt_clock 60 1.10 jmcneill file arch/arm/fdt/aaci_fdt.c aaci_fdt 61 1.10 jmcneill 62 1.11 jmcneill attach plrtc at fdt with plrtc_fdt 63 1.11 jmcneill file arch/arm/fdt/plrtc_fdt.c plrtc_fdt 64 1.11 jmcneill 65 1.36 thorpej attach psci at fdt with psci_fdt: fdt_power 66 1.25 ryo file arch/arm/fdt/psci_fdt.c psci_fdt needs-flag 67 1.12 jmcneill 68 1.24 jmcneill # Generic PCI host controller 69 1.24 jmcneill device pcihost: pcibus 70 1.24 jmcneill attach pcihost at fdt with pcihost_fdt 71 1.24 jmcneill file arch/arm/fdt/pcihost_fdt.c pcihost_fdt 72 1.24 jmcneill 73 1.28 jmcneill device armpmu: tprof 74 1.20 jmcneill attach armpmu at fdt with pmu_fdt 75 1.20 jmcneill file arch/arm/fdt/pmu_fdt.c pmu_fdt 76 1.20 jmcneill 77 1.36 thorpej attach genfb at fdt with plfb_fdt: fdt_clock, fdt_display_timing 78 1.15 jmcneill file arch/arm/fdt/plfb_fdt.c plfb_fdt 79 1.15 jmcneill 80 1.36 thorpej device acpifdt: fdt_power, acpibus, smbios 81 1.27 jmcneill attach acpifdt at fdt with acpi_fdt 82 1.27 jmcneill file arch/arm/fdt/acpi_fdt.c acpi_fdt 83 1.34 jmcneill file dev/smbios_platform.c acpi_fdt 84