blob: 823aea8e74ecf10e96504f6ddbf04e5b72f9896f [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Vitaly Andrianov29646842015-09-19 16:26:40 +05302/*
3 * K2G: Clock data
4 *
5 * (C) Copyright 2015
6 * Texas Instruments Incorporated, <www.ti.com>
Vitaly Andrianov29646842015-09-19 16:26:40 +05307 */
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
Lokesh Vutlae22e7642017-05-03 16:58:25 +053014#define DEV_SUPPORTED_SPEEDS 0xff
15#define ARM_SUPPORTED_SPEEDS 0x3ff
Vitaly Andrianov29646842015-09-19 16:26:40 +053016
Vitaly Andrianov7fd5b642015-09-19 16:26:41 +053017#define KS2_CLK1_6 sys_clk0_6_clk
18
Vitaly Andrianov29646842015-09-19 16:26:40 +053019#endif