s900_cmu.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2015 Actions Semi Co., Ltd.
  4. * Copyright (C) 2018 Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  5. *
  6. */
  7. #ifndef _DT_BINDINGS_CLOCK_S900_CMU_H_
  8. #define _DT_BINDINGS_CLOCK_S900_CMU_H_
  9. /* Module Clock ID */
  10. #define CLOCK_DDRCH1 0
  11. #define CLOCK_DMAC 1
  12. #define CLOCK_DDRCH0 2
  13. #define CLOCK_BROM 3
  14. #define CLOCK_NANDC0 4
  15. #define CLOCK_SD0 5
  16. #define CLOCK_SD1 6
  17. #define CLOCK_SD2 7
  18. #define CLOCK_DE 8
  19. #define CLOCK_LVDS 9
  20. #define CLOCK_EDP 10
  21. #define CLOCK_NANDC1 11
  22. #define CLOCK_DSI 12
  23. #define CLOCK_CSI0 13
  24. #define CLOCK_BISP 14
  25. #define CLOCK_CSI1 15
  26. #define CLOCK_SD3 16
  27. #define CLOCK_I2C4 17
  28. #define CLOCK_GPIO 18
  29. #define CLOCK_DMM 19
  30. #define CLOCK_I2STX 20
  31. #define CLOCK_I2SRX 21
  32. #define CLOCK_HDMIA 22
  33. #define CLOCK_SPDIF 23
  34. #define CLOCK_PCM0 24
  35. #define CLOCK_VDE 25
  36. #define CLOCK_VCE 26
  37. #define CLOCK_HDE 27
  38. #define CLOCK_SHARESRAM 28
  39. #define CLOCK_CMU_DDR1 29
  40. #define CLOCK_GPU3D 30
  41. #define CLOCK_CMUDDR0 31
  42. #define CLOCK_SPEED 32
  43. #define CLOCK_I2C5 33
  44. #define CLOCK_THERMAL 34
  45. #define CLOCK_HDMI 35
  46. #define CLOCK_PWM4 36
  47. #define CLOCK_PWM5 37
  48. #define CLOCK_UART0 38
  49. #define CLOCK_UART1 39
  50. #define CLOCK_UART2 40
  51. #define CLOCK_IRC 41
  52. #define CLOCK_SPI0 42
  53. #define CLOCK_SPI1 43
  54. #define CLOCK_SPI2 44
  55. #define CLOCK_SPI3 45
  56. #define CLOCK_I2C0 46
  57. #define CLOCK_I2C1 47
  58. #define CLOCK_PCM1 48
  59. #define CLOCK_IMX 49
  60. #define CLOCK_UART6 50
  61. #define CLOCK_UART3 51
  62. #define CLOCK_UART4 52
  63. #define CLOCK_UART5 53
  64. #define CLOCK_ETHERNET 54
  65. #define CLOCK_PWM0 55
  66. #define CLOCK_PWM1 56
  67. #define CLOCK_PWM2 57
  68. #define CLOCK_PWM3 58
  69. #define CLOCK_TIMER 59
  70. #define CLOCK_SE 60
  71. #define CLOCK_HDCP2TX 61
  72. #define CLOCK_I2C2 62
  73. #define CLOCK_I2C3 63
  74. #endif