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