Skip to content

Commit

Permalink
arm64: dts: Add support for roc-rk3588s-pc
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxf committed Nov 30, 2023
1 parent 49b8421 commit 04e11a6
Show file tree
Hide file tree
Showing 3 changed files with 1,049 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 @@ -285,6 +285,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-orangepi-5.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-orangepi-5b.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-radxa-cm5-io.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-rock-5a.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-roc-rk3588s-pc-v12.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-tablet-rk806-single-v10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-tablet-v10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-tablet-v11.dtb
Expand Down
13 changes: 13 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588s-roc-rk3588s-pc-v12.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
*
*/
/dts-v1/;

#include "rk3588s-roc-rk3588s-pc-v12.dtsi"

/ {
model = "ROC-RK3588S-PC V12(Linux)";
compatible = "firefly,roc-rk3588s-pc", "firefly,station-m3", "rockchip,rk3588";
};
Loading

0 comments on commit 04e11a6

Please sign in to comment.