From b90af8c6b56954987105dfd2d557edce7837c7c2 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sat, 19 Jun 2021 06:50:55 +0200 Subject: RISC-V: StarFive: add board support for BeagleV Starlight With the different drivers now in place, we have everything to start a barebox image. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20210619045055.779-30-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- arch/riscv/include/asm/debug_ll.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/riscv/include/asm/debug_ll.h') diff --git a/arch/riscv/include/asm/debug_ll.h b/arch/riscv/include/asm/debug_ll.h index 13609d25c5..b4caa0597a 100644 --- a/arch/riscv/include/asm/debug_ll.h +++ b/arch/riscv/include/asm/debug_ll.h @@ -17,6 +17,9 @@ #if defined CONFIG_DEBUG_ERIZO #define DEBUG_LL_UART_ADDR 0x90000000 #define DEBUG_LL_UART_CLK (24000000 / 16) +#elif defined CONFIG_DEBUG_STARFIVE +#define DEBUG_LL_UART_ADDR 0x12440000 +#define DEBUG_LL_UART_CLK (100000000 / 16) #endif #define DEBUG_LL_UART_SHIFT 2 -- cgit v1.2.3