aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2023-10-24 01:22:22 +1100
committerKever Yang <kever.yang@rock-chips.com>2023-11-09 11:19:05 +0800
commit6761cb5bc203171cf88cdeedc54706a4e8080c24 (patch)
tree70f1a17e5f0ef44e749f6e6ad2e373aa0b339185 /include/configs
parente17d174773e9ba9447596708e702b7382e47a6cf (diff)
downloadu-boot-6761cb5bc203171cf88cdeedc54706a4e8080c24.zip
u-boot-6761cb5bc203171cf88cdeedc54706a4e8080c24.tar.gz
u-boot-6761cb5bc203171cf88cdeedc54706a4e8080c24.tar.bz2
board: rockchip: add Pine64 QuartzPro64 RK3588 board
QuartzPro64 is a Rockchip RK3588 based SBC by Pine64. UART and boot over SD/eMMC/RJ45 are tested to work. Linux commits from next-20231013: 8152d3d070a9 ("arm64: dts: rockchip: Add QuartzPro64 SBC device tree") Signed-off-by: Tom Fitzhenry <tom@tom-fitzhenry.me.uk> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Cc: Eugen Hristev <eugen.hristev@collabora.com> Cc: Jonas Karlman <jonas@kwiboo.se> Cc: Ondrej Jirman <megi@xff.cz>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/quartzpro64-rk3588.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/quartzpro64-rk3588.h b/include/configs/quartzpro64-rk3588.h
new file mode 100644
index 0000000..a1faa2a
--- /dev/null
+++ b/include/configs/quartzpro64-rk3588.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+
+ * Copyright 2023 Google, Inc
+ */
+
+#ifndef __QUARTZPRO64_RK3588_H
+#define __QUARTZPRO64_RK3588_H
+
+#define ROCKCHIP_DEVICE_SETTINGS \
+ "stdout=serial,vidconsole\0" \
+ "stderr=serial,vidconsole\0"
+
+#include <configs/rk3588_common.h>
+
+#endif /* __QUARTZPRO64_RK3588_H */