xref: /netbsd-src/sys/arch/riscv/fdt/files.fdt (revision 05276bf3c24743a2bb3b218fc21708914b5da491)
1*05276bf3Sskrll# $NetBSD: files.fdt,v 1.4 2025/01/01 17:53:07 skrll Exp $
275b842b8Sskrll
375b842b8Sskrllinclude	"dev/pckbport/files.pckbport"
475b842b8Sskrll
5ecd207b4Sskrllfile	arch/riscv/fdt/cpus_fdt.c
675b842b8Sskrllfile	arch/riscv/fdt/fdt_dma_machdep.c
7ee610eeeSskrllfile	arch/riscv/fdt/riscv_platform.c
875b842b8Sskrll
975b842b8Sskrllattach	cpu at fdt with cpu_fdt
1075b842b8Sskrllfile	arch/riscv/fdt/cpu_fdt.c		cpu_fdt
1175b842b8Sskrll
1275b842b8Sskrlldevice	clint: fdt
1375b842b8Sskrllattach	clint at fdt with clint_fdt
1475b842b8Sskrllfile	arch/riscv/fdt/clint_fdt.c		clint_fdt
1575b842b8Sskrll
1675b842b8Sskrlldevice	intc: fdt
1775b842b8Sskrllattach	intc at fdt with intc_fdt
1875b842b8Sskrllfile	arch/riscv/fdt/intc_fdt.c		intc_fdt
19*05276bf3Sskrll
20*05276bf3Sskrll# Generic PCI host controller
21*05276bf3Sskrlldevice	pcihost: pcibus
22*05276bf3Sskrllattach	pcihost at fdt with pcihost_fdt
23*05276bf3Sskrllfile	arch/riscv/fdt/pcihost_fdt.c		pcihost_fdt
24