ti-dra7-atl.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. * This header provides constants for DRA7 ATL (Audio Tracking Logic)
  3. *
  4. * The constants defined in this header are used in dts files
  5. *
  6. * Copyright (C) 2013 Texas Instruments, Inc.
  7. *
  8. * Peter Ujfalusi <peter.ujfalusi@ti.com>
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License version 2 as
  12. * published by the Free Software Foundation.
  13. *
  14. * This program is distributed "as is" WITHOUT ANY WARRANTY of any
  15. * kind, whether express or implied; without even the implied warranty
  16. * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. */
  19. #ifndef _DT_BINDINGS_CLK_DRA7_ATL_H
  20. #define _DT_BINDINGS_CLK_DRA7_ATL_H
  21. #define DRA7_ATL_WS_MCASP1_FSR 0
  22. #define DRA7_ATL_WS_MCASP1_FSX 1
  23. #define DRA7_ATL_WS_MCASP2_FSR 2
  24. #define DRA7_ATL_WS_MCASP2_FSX 3
  25. #define DRA7_ATL_WS_MCASP3_FSX 4
  26. #define DRA7_ATL_WS_MCASP4_FSX 5
  27. #define DRA7_ATL_WS_MCASP5_FSX 6
  28. #define DRA7_ATL_WS_MCASP6_FSX 7
  29. #define DRA7_ATL_WS_MCASP7_FSX 8
  30. #define DRA7_ATL_WS_MCASP8_FSX 9
  31. #define DRA7_ATL_WS_MCASP8_AHCLKX 10
  32. #define DRA7_ATL_WS_XREF_CLK3 11
  33. #define DRA7_ATL_WS_XREF_CLK0 12
  34. #define DRA7_ATL_WS_XREF_CLK1 13
  35. #define DRA7_ATL_WS_XREF_CLK2 14
  36. #define DRA7_ATL_WS_OSC1_X1 15
  37. #endif