add support for Bananapi M5 Pro board

This commit is contained in:
Muhammed Efe Cetin
2025-09-14 19:37:04 +03:00
committed by Igor
parent e31992ae7c
commit 7b56c4266f
4 changed files with 304 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Rockchip RK3576 SoC octa core 8-64GB SoC 2*GBe eMMC USB3 NvME WIFI
source "${SRC}/config/boards/armsom-sige5.csc"
BOARD_NAME="Banana Pi M5 Pro"
BOARD_MAINTAINER="efectn"
BOOTCONFIG="bananapi-m5-pro-rk3576_defconfig"
BOOT_FDT_FILE="rockchip/rk3576-bananapi-m5-pro.dtb"
# Those are included in armsom-sige5.csc, but this file is parsed directly by the JSON matrix generator and thus those need to be in here
KERNEL_TARGET="edge,vendor"
BOARDFAMILY="rk35xx"