Files
u-boot/arch/arm/mach-rockchip/rk3576/Kconfig
Heiko Stuebner e2c8cd934f rockchip: rk3576: Add support for ROC-RK3576-PC board
The ROC-RK3576-PC is a SBC made by Firefly, designed around the RK3576
SoC. This adds the needed board infrastructure and config for it.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2025-05-26 16:20:28 +01:00

24 lines
405 B
Plaintext

if ROCKCHIP_RK3576
config TARGET_ROC_PC_RK3576
bool "Firefly ROC-RK3576-PC"
help
ROC-RK3576-PC is a single board computer from Firefly
using the Rockchip RK3576.
config ROCKCHIP_BOOT_MODE_REG
default 0x26024040
config ROCKCHIP_STIMER_BASE
default 0x27400000
config SYS_SOC
default "rk3576"
source board/firefly/roc-pc-rk3576/Kconfig
config SYS_CONFIG_NAME
default "rk3576_common"
endif