1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * K3: Common SoC clock definitions.
4  *
5  * (C) Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
6  */
7 #ifndef __ASM_ARCH_CLOCK_H
8 #define __ASM_ARCH_CLOCK_H
9 
10 /* Clock Defines */
11 #define V_OSCK				24000000
12 #define V_SCLK				V_OSCK
13 
14 #endif /* __ASM_ARCH_CLOCK_H */
15