aboutsummaryrefslogtreecommitdiff
path: root/product/rdn2/include/clock_soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'product/rdn2/include/clock_soc.h')
-rw-r--r--product/rdn2/include/clock_soc.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/product/rdn2/include/clock_soc.h b/product/rdn2/include/clock_soc.h
new file mode 100644
index 00000000..6f7848c2
--- /dev/null
+++ b/product/rdn2/include/clock_soc.h
@@ -0,0 +1,15 @@
+/*
+ * Arm SCP/MCP Software
+ * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef CLOCK_SOC_H
+#define CLOCK_SOC_H
+
+#include <fwk_macros.h>
+
+#define CLOCK_RATE_REFCLK (100UL * FWK_MHZ)
+
+#endif /* CLOCK_SOC_H */