blob: e3adbcd9dedc03220b2e4ad660ac068b4ca897a1 [file] [log] [blame]
Lokesh Vutla32886442018-08-27 15:57:09 +05301/* 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 */