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