1 /*
2  * K2G: Clock data
3  *
4  * (C) Copyright 2015
5  *     Texas Instruments Incorporated, <www.ti.com>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9 
10 #ifndef __ASM_ARCH_CLOCK_K2G_H
11 #define __ASM_ARCH_CLOCK_K2G_H
12 
13 #define PLLSET_CMD_LIST		"<pa|arm|ddr3>"
14 
15 #define DEV_SUPPORTED_SPEEDS	0xff
16 #define ARM_SUPPORTED_SPEEDS	0x3ff
17 
18 #define KS2_CLK1_6 sys_clk0_6_clk
19 
20 #endif
21