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>
24 lines
405 B
Plaintext
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
|