Skip to content

Commit afd9eb8

Browse files
openedevmmind
authored andcommitted
ARM: dts: rockchip: Add Radxa Rock Pi N8 initial support
Rock Pi N8 is a Rockchip RK3288 based SBC, which has - VMARC RK3288 SOM (as per SMARC standard) from Vamrs. - Compatible carrier board from Radxa. VAMRC RK3288 SOM need to mount on top of radxa dalang carrier board for making Rock Pi N8 SBC. So, add initial support for Rock Pi N8 by including rk3288, rk3288 vamrc-som and raxda dalang carrier board dtsi files. Signed-off-by: Jagan Teki <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent b8c564d commit afd9eb8

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

arch/arm/boot/dts/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
974974
rk3288-popmetal.dtb \
975975
rk3288-r89.dtb \
976976
rk3288-rock2-square.dtb \
977+
rk3288-rock-pi-n8.dtb \
977978
rk3288-tinker.dtb \
978979
rk3288-tinker-s.dtb \
979980
rk3288-veyron-brain.dtb \
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd
4+
* Copyright (c) 2019 Vamrs Limited
5+
* Copyright (c) 2019 Amarula Solutions(India)
6+
*/
7+
8+
/dts-v1/;
9+
#include "rk3288.dtsi"
10+
#include <arm/rockchip-radxa-dalang-carrier.dtsi>
11+
#include "rk3288-vmarc-som.dtsi"
12+
13+
/ {
14+
model = "Radxa ROCK Pi N8";
15+
compatible = "radxa,rockpi-n8", "vamrs,rk3288-vmarc-som",
16+
"rockchip,rk3288";
17+
};

0 commit comments

Comments
 (0)