summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKongyang Liu <[email protected]>2024-01-28 15:05:25 +0800
committerLeo Yu-Chi Liang <[email protected]>2024-01-31 16:52:45 +0800
commit0dc6ee6d2bd74ce1494b8df585cda6159f165152 (patch)
treed5117a677edcf15507d18eae64e6c42f3261e59f /include
parentf03d2ab206ebd2dc8f4e1f44ff450dba8d6a515a (diff)
riscv: sophgo: milkv_duo: initial support added
Add support for Sophgo's Milk-V Duo board, only minimal device tree and serial console are enabled, and it can boot via vendor first stage bootloader. Signed-off-by: Kongyang Liu <[email protected]> Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/milkv_duo.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/milkv_duo.h b/include/configs/milkv_duo.h
new file mode 100644
index 00000000000..0b4109dc1f7
--- /dev/null
+++ b/include/configs/milkv_duo.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2024, Kongyang Liu <[email protected]>
+ *
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#define CFG_SYS_SDRAM_BASE 0x80000000
+
+#endif /* __CONFIG_H */