Vitaly Andrianov | bda920c | 2015-09-19 16:26:40 +0530 | [diff] [blame] | 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 | |
Lokesh Vutla | ef76ebb | 2016-03-04 10:36:41 -0600 | [diff] [blame] | 15 | #define DEV_SUPPORTED_SPEEDS 0x1ff |
| 16 | #define ARM_SUPPORTED_SPEEDS 0xff |
Vitaly Andrianov | bda920c | 2015-09-19 16:26:40 +0530 | [diff] [blame] | 17 | |
Vitaly Andrianov | e6d71e1 | 2015-09-19 16:26:41 +0530 | [diff] [blame] | 18 | #define KS2_CLK1_6 sys_clk0_6_clk |
| 19 | |
Vitaly Andrianov | bda920c | 2015-09-19 16:26:40 +0530 | [diff] [blame] | 20 | #endif |