Skip to content

Commit

Permalink
arm64: dts: Add board bananapim7
Browse files Browse the repository at this point in the history
bananapim7 and armsom-sige7 are the same board
  • Loading branch information
amazingfate committed Apr 5, 2024
1 parent 1589624 commit 2570dd1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-toybrick-sd0-android.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-toybrick-sd0-linux.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-toybrick-x0-android.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-toybrick-x0-linux.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-bananapi-m7.dts
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-blade3-v101-linux.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-blueberry-edge-v10-linux.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-blueberry-edge-v12-linux.dtb
Expand Down
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/rockchip/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 2570dd1

Please sign in to comment.