aboutsummaryrefslogtreecommitdiff
path: root/product/corstone-700/include/system_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'product/corstone-700/include/system_clock.h')
-rw-r--r--product/corstone-700/include/system_clock.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/product/corstone-700/include/system_clock.h b/product/corstone-700/include/system_clock.h
new file mode 100644
index 0000000..73c4557
--- /dev/null
+++ b/product/corstone-700/include/system_clock.h
@@ -0,0 +1,18 @@
+/*
+ *
+ * Copyright (c) 2019, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
+ */
+
+
+#ifndef SYSTEM_CLOCK_H
+#define SYSTEM_CLOCK_H
+
+#define __XTAL (50000000UL) /* Oscillator frequency */
+
+#define SYSTEM_CLOCK (__XTAL / 2)
+
+
+#endif /* SYSTEM_CLOCK_H */