summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Morgan <[email protected]>2026-05-10 16:17:13 -0500
committerQuentin Schulz <[email protected]>2026-07-20 19:03:15 +0200
commit1998fe69f7e124f0e6b1c6d0c9012a618e91c730 (patch)
tree04a4c326e357770abeba0197dbc32e45f31bc20c /include
parentf079d8059da9eae96c1a4738e2f42c2679d9e09f (diff)
board: rockchip: add Anbernic RG-DS
Add support for the Anbernic RG-DS dual-screen handheld gaming device. Link: https://anbernic.com/products/rgds Signed-off-by: Chris Morgan <[email protected]> Reviewed-by: Quentin Schulz <[email protected]> Reviewed-by: Kever Yang <[email protected]> Link: https://patch.msgid.link/[email protected] [conflict resolution in doc/board/rockchip/rockchip.rst due to commit b5deaa71fbe5 ("board: rockchip: Add support for 9Tripod X3568 v4")] Signed-off-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/anbernic-rg-ds-rk3568.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/anbernic-rg-ds-rk3568.h b/include/configs/anbernic-rg-ds-rk3568.h
new file mode 100644
index 00000000000..3c5bed952ef
--- /dev/null
+++ b/include/configs/anbernic-rg-ds-rk3568.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+#ifndef __ANBERNIC_RG_DS_RK3568_H
+#define __ANBERNIC_RG_DS_RK3568_H
+
+#define ROCKCHIP_DEVICE_SETTINGS \
+ "stdout=serial,vidconsole\0" \
+ "stderr=serial,vidconsole\0"
+
+#include <configs/rk3568_common.h>
+
+#endif