blob: 866319365f0abe604fa485d4235a5049d6aaae6d [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
Lokesh Vutla32886442018-08-27 15:57:09 +053010/* Clock Defines */
11#define V_OSCK 24000000
12#define V_SCLK V_OSCK
13
14#endif /* __ASM_ARCH_CLOCK_H */