blob: 74de6202fe504ef6adc7d8d66dccbd9bffb61a2f [file] [log] [blame]
Vitaly Andrianovbda920c2015-09-19 16:26:40 +05301/*
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
Lokesh Vutlaef76ebb2016-03-04 10:36:41 -060015#define DEV_SUPPORTED_SPEEDS 0x1ff
16#define ARM_SUPPORTED_SPEEDS 0xff
Vitaly Andrianovbda920c2015-09-19 16:26:40 +053017
Vitaly Andrianove6d71e12015-09-19 16:26:41 +053018#define KS2_CLK1_6 sys_clk0_6_clk
19
Vitaly Andrianovbda920c2015-09-19 16:26:40 +053020#endif