summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dts
diff options
context:
space:
mode:
authorNick Xie <nick@khadas.com>2019-06-10 15:57:53 +0800
committerHeiko Stuebner <heiko@sntech.de>2019-06-14 15:59:35 +0200
commitc2aacceedc86af87428d998e23a1aca24fd8aa2e (patch)
treed3074eb5d3b3e886b372dd3097c9343dc2ee92e0 /arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dts
parent549dcdafe793000fbe38914a1f231d3c6034a6ec (diff)
arm64: dts: rockchip: Add support for Khadas Edge/Edge-V/Captain boards
Add devicetree support for Khadas Edge/Edge-V/Captain boards. Khadas Edge is an expandable Rockchip RK3399 board with goldfinger. Khadas Captain is the carrier board for Khadas Edge. Khadas Edge-V is a Khadas VIM form factor Rockchip RK3399 board. Signed-off-by: Nick Xie <nick@khadas.com> [edge-captain and edge-v contain different components that are supposed to get added in future patches, so should stay separate while looking somewhat similar right now] Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dts b/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dts
new file mode 100644
index 000000000000..31616e7ad89d
--- /dev/null
+++ b/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dts
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2019 Shenzhen Wesion Technology Co., Ltd.
+ * (https://www.khadas.com)
+ */
+
+/dts-v1/;
+#include "rk3399-khadas-edge.dtsi"
+
+/ {
+ model = "Khadas Edge";
+ compatible = "khadas,edge", "rockchip,rk3399";
+};