Skip to content

Commit

Permalink
add new board bananapim7
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Apr 4, 2024
1 parent e83d1a0 commit 1917a0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/boards/bananapim7.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "${SRC}/config/boards/armsom-sige7.csc"
BOARD_NAME="Banana Pi M7"
BOARD_MAINTAINER="amazingfate"
BOOT_FDT_FILE="rockchip/rk3588-bananapi-m7.dtb"
10 changes: 10 additions & 0 deletions patch/kernel/rockchip-rk3588-edge/dt/rk3588-bananapi-m7.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

/dts-v1/;

#include "rk3588-armsom-sige7.dts"

/ {
model = "Banana Pi M7";
compatible = "bananapi,m7", "rockchip,rk3588";
};

0 comments on commit 1917a0f

Please sign in to comment.