aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJonas Karlman <jonas@kwiboo.se>2023-07-30 12:26:42 +0000
committerKever Yang <kever.yang@rock-chips.com>2023-07-31 14:41:35 +0800
commit9c1b5d163eec247091ed8dbb4493906f315bfff9 (patch)
tree8aa118186b6b252f2928634b906005b09fa58ec6 /include
parentf8a2d1c108da37fd5202d717c3e428e3dfc12f01 (diff)
downloadu-boot-9c1b5d163eec247091ed8dbb4493906f315bfff9.zip
u-boot-9c1b5d163eec247091ed8dbb4493906f315bfff9.tar.gz
u-boot-9c1b5d163eec247091ed8dbb4493906f315bfff9.tar.bz2
board: rockchip: Add Pine64 Quartz64-A Board
The Pine64 Quartz64 Model A is a single-board computer based on the Rockchip RK3566 SoC. The board features USB3, SATA, PCIe, HDMI, USB2.0, CSI, DSI, eDP, eMMC, SD, and an e-paper parallel port, as well as a 20 pin GPIO header. Features tested on a Quartz64-A 8GB v2.0 2021-04-27: - SD-card boot - eMMC boot - PCIe/NVMe/AHCI - USB host Device tree is imported from linux v6.4. Co-developed-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com> Signed-off-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com> Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/quartz64_rk3566.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/quartz64_rk3566.h b/include/configs/quartz64_rk3566.h
new file mode 100644
index 0000000..dfe0fee
--- /dev/null
+++ b/include/configs/quartz64_rk3566.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+#ifndef __QUARTZ64_RK3566_H
+#define __QUARTZ64_RK3566_H
+
+#define ROCKCHIP_DEVICE_SETTINGS
+
+#include <configs/rk3568_common.h>
+
+#endif