summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMihai Sain <[email protected]>2024-02-27 15:44:03 +0200
committerEugen Hristev <[email protected]>2024-03-13 13:35:16 +0200
commita7ba3bf65db264c02a774a59e8febc2ecb095f68 (patch)
treec1db1a12f8d9efe3054e0050758464b7971cc34d /include
parentff1e2e32eb0193a5f5aa473af352c88214fd6ac4 (diff)
configs: at91: sama7g54_curiosity: Add initial default configs
Add default configuration for nand-flash to boot the linux kernel. Add default configuration for qspi-flash to boot the linux kernel. Add default configuration for sd-card to boot the linux kernel. Configs are synced with savedefconfig. Signed-off-by: Mihai Sain <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sama7g54_curiosity.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/configs/sama7g54_curiosity.h b/include/configs/sama7g54_curiosity.h
new file mode 100644
index 00000000000..fe47236158e
--- /dev/null
+++ b/include/configs/sama7g54_curiosity.h
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Configuration file for the SAMA7G54 CURIOSITY board.
+ *
+ * Copyright (C) 2024 Microchip Technology Inc. and its subsidiaries
+ *
+ * Author: Mihai Sain <[email protected]>
+ *
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#define CFG_SYS_AT91_SLOW_CLOCK 32768
+#define CFG_SYS_AT91_MAIN_CLOCK 24000000
+
+#endif