riscv: add starfive kernelconf template

Enable the Synopsis UART driver. Other drivers will be added in the
future.

Reviewed by:	jrtc27
Sponsored by:	The FreeBSD Foundatino
Differential Revision:	https://reviews.freebsd.org/D44105
This commit is contained in:
Mitchell Horne 2024-02-27 18:00:44 -04:00
parent 036ce936a5
commit 749e318da3
3 changed files with 8 additions and 0 deletions

View file

@ -205,3 +205,4 @@ device iicoc # OpenCores I2C controller support
# Include SoC specific configuration
include "std.allwinner"
include "std.sifive"
include "std.starfive"

View file

@ -0,0 +1,7 @@
#
# StarFive SoC support
#
device uart_snps # DesignWare Synopsis UART driver
files "../starfive/files.starfive"

View file