diff options
Diffstat (limited to 'sys/arch/riscv64/conf/GENERIC')
-rw-r--r-- | sys/arch/riscv64/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index 4c7e21926e7..3024748578e 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.31 2022/01/03 15:50:16 visa Exp $ +# $OpenBSD: GENERIC,v 1.32 2022/01/05 03:32:44 visa Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -44,6 +44,9 @@ intc0 at cpu0 # NS16550 compatible serial ports com* at fdt? +# PolarFire SoCs +mpfclock* at fdt? early 1 + # SiFive SoCs sfclock* at fdt? early 1 # PRCI sfcc* at fdt? early 1 # L2 Cache Controller |