clock-k2g.h 366 B

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