summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMagnus Damm <[email protected]>2025-07-02 19:13:54 +0200
committerMarek Vasut <[email protected]>2025-07-10 19:26:56 +0200
commit25adecf09467c6a2823bcdfaf3fb0b59b2389669 (patch)
treedf357b24db62fb0b2d96418a4f66eac6ef24d5f6 /include
parent6e20aa243d0b373cfd30e5c47c357d132bf795e2 (diff)
ARM: renesas: Add support for the r7s72100 Genmai board
Add r7s72100 Genmai board support. Serial console, NOR Flash and Ethernet are known to work however on-board SDRAM is not yet enabled. Signed-off-by: Magnus Damm <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/genmai.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/genmai.h b/include/configs/genmai.h
new file mode 100644
index 00000000000..1d43f8e06af
--- /dev/null
+++ b/include/configs/genmai.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Configuration settings for the Renesas GENMAI board
+ *
+ * Copyright (C) 2017-2019 Renesas Electronics
+ */
+
+#ifndef __GENMAI_H
+#define __GENMAI_H
+
+/* Internal RAM Size (RZ/A1=3M, RZ/A1M=5M, RZ/A1H=10M) */
+#define CFG_SYS_SDRAM_BASE 0x20000000
+#define CFG_SYS_SDRAM_SIZE (10 * 1024 * 1024)
+
+#endif /* __GENAMI_H */