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