Home | History | Annotate | Line # | Download | only in fdt
      1 # $NetBSD: files.fdt,v 1.5 2025/09/06 21:02:41 thorpej Exp $
      2 
      3 include	"dev/pckbport/files.pckbport"
      4 
      5 file	dev/fdt/fdt_platform.c
      6 file	arch/riscv/fdt/cpus_fdt.c
      7 file	arch/riscv/fdt/fdt_dma_machdep.c
      8 file	arch/riscv/fdt/riscv_platform.c
      9 
     10 attach	cpu at fdt with cpu_fdt
     11 file	arch/riscv/fdt/cpu_fdt.c		cpu_fdt
     12 
     13 device	clint: fdt
     14 attach	clint at fdt with clint_fdt
     15 file	arch/riscv/fdt/clint_fdt.c		clint_fdt
     16 
     17 device	intc: fdt
     18 attach	intc at fdt with intc_fdt
     19 file	arch/riscv/fdt/intc_fdt.c		intc_fdt
     20 
     21 # Generic PCI host controller
     22 device	pcihost: pcibus
     23 attach	pcihost at fdt with pcihost_fdt
     24 file	arch/riscv/fdt/pcihost_fdt.c		pcihost_fdt
     25