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