clock-k2g.h 361 B

12345678910111213141516171819
  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. #ifndef __ASM_ARCH_CLOCK_K2G_H
  9. #define __ASM_ARCH_CLOCK_K2G_H
  10. #define PLLSET_CMD_LIST "<pa|arm|ddr3>"
  11. #define DEV_SUPPORTED_SPEEDS 0xff
  12. #define ARM_SUPPORTED_SPEEDS 0x3ff
  13. #define KS2_CLK1_6 sys_clk0_6_clk
  14. #endif