blob: f445e1834381cb73f90aef893d735e2fc6a4123e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: files.fdt,v 1.3 2023/06/12 18:59:57 skrll Exp $
include "dev/pckbport/files.pckbport"
file arch/riscv/fdt/cpus_fdt.c
file arch/riscv/fdt/fdt_dma_machdep.c
file arch/riscv/fdt/riscv_platform.c
attach cpu at fdt with cpu_fdt
file arch/riscv/fdt/cpu_fdt.c cpu_fdt
device clint: fdt
attach clint at fdt with clint_fdt
file arch/riscv/fdt/clint_fdt.c clint_fdt
device intc: fdt
attach intc at fdt with intc_fdt
file arch/riscv/fdt/intc_fdt.c intc_fdt
|