summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKongyang Liu <[email protected]>2024-12-15 13:02:41 +0800
committerLeo Yu-Chi Liang <[email protected]>2024-12-18 13:19:16 +0800
commit1cd239f44438b96acf24a7425aae790cd3f91d66 (patch)
tree01e791604b448b67b93067e5bd14260e0bd90135 /include
parente10cf618e3168c0174b11b0231340a4ed8846dae (diff)
riscv: spacemit: bananapi_f3: initial support added
Add basic support for SpacemiT's Banana Pi F3 board. Update the k1.dtsi align with mainline. Note that the device tree files follow the mainline Linux source[1]. Links: https://patches.linaro.org/project/linux-serial/patch/[email protected]/ [1] Signed-off-by: Kongyang Liu <[email protected]> Signed-off-by: Huan Zhou <[email protected]> Reviewed-by: Leo Yu-Chi Liang <[email protected]> Reviewed-by: Yixun Lan <[email protected]> Tested-by: Marcel Ziswiler <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/bananapi-f3.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/bananapi-f3.h b/include/configs/bananapi-f3.h
new file mode 100644
index 00000000000..97cf4d72df0
--- /dev/null
+++ b/include/configs/bananapi-f3.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/*
+ * Copyright (c) 2024, Kongyang Liu <[email protected]>
+ *
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#define CFG_SYS_SDRAM_BASE 0x0
+#define CFG_SYS_NS16550_IER 0x40 /* UART Unit Enable */
+
+#endif /* __CONFIG_H */