diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC --- a/sys/riscv/conf/GENERIC +++ b/sys/riscv/conf/GENERIC @@ -205,3 +205,4 @@ # Include SoC specific configuration include "std.allwinner" include "std.sifive" +include "std.starfive" diff --git a/sys/riscv/conf/std.starfive b/sys/riscv/conf/std.starfive new file mode 100644 --- /dev/null +++ b/sys/riscv/conf/std.starfive @@ -0,0 +1,7 @@ +# +# StarFive SoC support +# + +device uart_snps # DesignWare Synopsis UART driver + +files "../starfive/files.starfive" diff --git a/sys/riscv/starfive/files.starfive b/sys/riscv/starfive/files.starfive new file mode 100644