xref: /netbsd-src/sys/arch/riscv/fdt/files.fdt (revision 05276bf3c24743a2bb3b218fc21708914b5da491)
1# $NetBSD: files.fdt,v 1.4 2025/01/01 17:53:07 skrll Exp $
2
3include	"dev/pckbport/files.pckbport"
4
5file	arch/riscv/fdt/cpus_fdt.c
6file	arch/riscv/fdt/fdt_dma_machdep.c
7file	arch/riscv/fdt/riscv_platform.c
8
9attach	cpu at fdt with cpu_fdt
10file	arch/riscv/fdt/cpu_fdt.c		cpu_fdt
11
12device	clint: fdt
13attach	clint at fdt with clint_fdt
14file	arch/riscv/fdt/clint_fdt.c		clint_fdt
15
16device	intc: fdt
17attach	intc at fdt with intc_fdt
18file	arch/riscv/fdt/intc_fdt.c		intc_fdt
19
20# Generic PCI host controller
21device	pcihost: pcibus
22attach	pcihost at fdt with pcihost_fdt
23file	arch/riscv/fdt/pcihost_fdt.c		pcihost_fdt
24