blob: 32368ce0ede355513282e818aa6deea1d5e6874f [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 *
Nishanth Menoneaa39c62023-11-01 15:56:03 -05005 * (C) Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
Lokesh Vutla32886442018-08-27 15:57:09 +05306 */
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 */