aboutsummaryrefslogtreecommitdiff
path: root/product/rdn2/include/clock_soc.h
blob: 6f7848c27be56e3957a47182cf11d94a0038bb60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */