summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorHeiko Stuebner <[email protected]>2025-04-15 23:51:28 +0200
committerKever Yang <[email protected]>2025-04-23 22:12:06 +0800
commitf7c8a69df1243496c1de04a83718d50e48efaab5 (patch)
tree513e1ac13715293afc2c164455e9ef88dafe5609 /board
parenta1d78866dd44cdcaaa4538a15dbd251a2b309b7d (diff)
rockchip: rk3576: Add support for ROC-RK3576-PC board
The ROC-RK3576-PC is a SBC made by Firefly, designed around the RK3576 SoC. This adds the needed board infrastructure and config for it. Signed-off-by: Heiko Stuebner <[email protected]> Reviewed-by: Jonas Karlman <[email protected]> Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'board')
-rw-r--r--board/firefly/roc-pc-rk3576/Kconfig12
-rw-r--r--board/firefly/roc-pc-rk3576/MAINTAINERS7
2 files changed, 19 insertions, 0 deletions
diff --git a/board/firefly/roc-pc-rk3576/Kconfig b/board/firefly/roc-pc-rk3576/Kconfig
new file mode 100644
index 00000000000..2fc0f913c37
--- /dev/null
+++ b/board/firefly/roc-pc-rk3576/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_ROC_PC_RK3576
+
+config SYS_BOARD
+ default "roc-pc-rk3576"
+
+config SYS_VENDOR
+ default "firefly"
+
+config SYS_CONFIG_NAME
+ default "roc-pc-rk3576"
+
+endif
diff --git a/board/firefly/roc-pc-rk3576/MAINTAINERS b/board/firefly/roc-pc-rk3576/MAINTAINERS
new file mode 100644
index 00000000000..aa8897c16fc
--- /dev/null
+++ b/board/firefly/roc-pc-rk3576/MAINTAINERS
@@ -0,0 +1,7 @@
+ROC-RK3576-PC
+M: Heiko Stuebner <[email protected]>
+S: Maintained
+F: board/firefly/roc-pc-rk3576
+F: include/configs/roc-pc-rk3576.h
+F: configs/roc-pc-rk3576_defconfig
+F: arch/arm/dts/rk3576-roc-pc*