summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFUKAUMI Naoki <[email protected]>2025-01-04 01:57:04 +0000
committerTom Rini <[email protected]>2025-01-10 18:56:17 -0600
commite1661639d976d382fed73323b2c62874a25ab0e6 (patch)
tree4bac93fe21d26891f755999d526130f70aa66c26 /include
parenta0dd3480a7dc028b23ab640eacb652c5b0cf2b77 (diff)
rockchip: Add support for Radxa ROCK 5C
Radxa ROCK 5C[1] is a Rockchip RK3588S2 based single board computer. [1] https://radxa.com/products/rock5/5c Signed-off-by: FUKAUMI Naoki <[email protected]> Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/rock-5c-rk3588s.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/rock-5c-rk3588s.h b/include/configs/rock-5c-rk3588s.h
new file mode 100644
index 00000000000..0fd76c96f0c
--- /dev/null
+++ b/include/configs/rock-5c-rk3588s.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2024-2025 Radxa Computer (Shenzhen) Co., Ltd.
+ */
+
+#ifndef __ROCK_5C_RK3588S_H
+#define __ROCK_5C_RK3588S_H
+
+#define ROCKCHIP_DEVICE_SETTINGS \
+ "stdout=serial,vidconsole\0" \
+ "stderr=serial,vidconsole\0"
+
+#include <configs/rk3588_common.h>
+
+#endif /* __ROCK_5C_RK3588S_H */