summaryrefslogtreecommitdiffstats
path: root/board/pm9263/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/pm9263/config.h')
-rw-r--r--board/pm9263/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/pm9263/config.h b/board/pm9263/config.h
new file mode 100644
index 0000000000..afd8563212
--- /dev/null
+++ b/board/pm9263/config.h
@@ -0,0 +1,6 @@
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#define AT91_MASTER_CLOCK 99328000 /* peripheral = main / 2 */
+
+#endif /* __CONFIG_H */