tegra20-car.h 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /*
  2. * This header provides constants for binding nvidia,tegra20-car.
  3. *
  4. * The first 96 clocks are numbered to match the bits in the CAR's CLK_OUT_ENB
  5. * registers. These IDs often match those in the CAR's RST_DEVICES registers,
  6. * but not in all cases. Some bits in CLK_OUT_ENB affect multiple clocks. In
  7. * this case, those clocks are assigned IDs above 95 in order to highlight
  8. * this issue. Implementations that interpret these clock IDs as bit values
  9. * within the CLK_OUT_ENB or RST_DEVICES registers should be careful to
  10. * explicitly handle these special cases.
  11. *
  12. * The balance of the clocks controlled by the CAR are assigned IDs of 96 and
  13. * above.
  14. */
  15. #ifndef _DT_BINDINGS_CLOCK_TEGRA20_CAR_H
  16. #define _DT_BINDINGS_CLOCK_TEGRA20_CAR_H
  17. #define TEGRA20_CLK_CPU 0
  18. /* 1 */
  19. /* 2 */
  20. #define TEGRA20_CLK_AC97 3
  21. #define TEGRA20_CLK_RTC 4
  22. #define TEGRA20_CLK_TIMER 5
  23. #define TEGRA20_CLK_UARTA 6
  24. /* 7 (register bit affects uart2 and vfir) */
  25. #define TEGRA20_CLK_GPIO 8
  26. #define TEGRA20_CLK_SDMMC2 9
  27. /* 10 (register bit affects spdif_in and spdif_out) */
  28. #define TEGRA20_CLK_I2S1 11
  29. #define TEGRA20_CLK_I2C1 12
  30. #define TEGRA20_CLK_NDFLASH 13
  31. #define TEGRA20_CLK_SDMMC1 14
  32. #define TEGRA20_CLK_SDMMC4 15
  33. #define TEGRA20_CLK_TWC 16
  34. #define TEGRA20_CLK_PWM 17
  35. #define TEGRA20_CLK_I2S2 18
  36. #define TEGRA20_CLK_EPP 19
  37. /* 20 (register bit affects vi and vi_sensor) */
  38. #define TEGRA20_CLK_GR2D 21
  39. #define TEGRA20_CLK_USBD 22
  40. #define TEGRA20_CLK_ISP 23
  41. #define TEGRA20_CLK_GR3D 24
  42. #define TEGRA20_CLK_IDE 25
  43. #define TEGRA20_CLK_DISP2 26
  44. #define TEGRA20_CLK_DISP1 27
  45. #define TEGRA20_CLK_HOST1X 28
  46. #define TEGRA20_CLK_VCP 29
  47. /* 30 */
  48. #define TEGRA20_CLK_CACHE2 31
  49. #define TEGRA20_CLK_MC 32
  50. #define TEGRA20_CLK_AHBDMA 33
  51. #define TEGRA20_CLK_APBDMA 34
  52. /* 35 */
  53. #define TEGRA20_CLK_KBC 36
  54. #define TEGRA20_CLK_STAT_MON 37
  55. #define TEGRA20_CLK_PMC 38
  56. #define TEGRA20_CLK_FUSE 39
  57. #define TEGRA20_CLK_KFUSE 40
  58. #define TEGRA20_CLK_SBC1 41
  59. #define TEGRA20_CLK_NOR 42
  60. #define TEGRA20_CLK_SPI 43
  61. #define TEGRA20_CLK_SBC2 44
  62. #define TEGRA20_CLK_XIO 45
  63. #define TEGRA20_CLK_SBC3 46
  64. #define TEGRA20_CLK_DVC 47
  65. #define TEGRA20_CLK_DSI 48
  66. /* 49 (register bit affects tvo and cve) */
  67. #define TEGRA20_CLK_MIPI 50
  68. #define TEGRA20_CLK_HDMI 51
  69. #define TEGRA20_CLK_CSI 52
  70. #define TEGRA20_CLK_TVDAC 53
  71. #define TEGRA20_CLK_I2C2 54
  72. #define TEGRA20_CLK_UARTC 55
  73. /* 56 */
  74. #define TEGRA20_CLK_EMC 57
  75. #define TEGRA20_CLK_USB2 58
  76. #define TEGRA20_CLK_USB3 59
  77. #define TEGRA20_CLK_MPE 60
  78. #define TEGRA20_CLK_VDE 61
  79. #define TEGRA20_CLK_BSEA 62
  80. #define TEGRA20_CLK_BSEV 63
  81. #define TEGRA20_CLK_SPEEDO 64
  82. #define TEGRA20_CLK_UARTD 65
  83. #define TEGRA20_CLK_UARTE 66
  84. #define TEGRA20_CLK_I2C3 67
  85. #define TEGRA20_CLK_SBC4 68
  86. #define TEGRA20_CLK_SDMMC3 69
  87. #define TEGRA20_CLK_PEX 70
  88. #define TEGRA20_CLK_OWR 71
  89. #define TEGRA20_CLK_AFI 72
  90. #define TEGRA20_CLK_CSITE 73
  91. /* 74 */
  92. #define TEGRA20_CLK_AVPUCQ 75
  93. #define TEGRA20_CLK_LA 76
  94. /* 77 */
  95. /* 78 */
  96. /* 79 */
  97. /* 80 */
  98. /* 81 */
  99. /* 82 */
  100. /* 83 */
  101. #define TEGRA20_CLK_IRAMA 84
  102. #define TEGRA20_CLK_IRAMB 85
  103. #define TEGRA20_CLK_IRAMC 86
  104. #define TEGRA20_CLK_IRAMD 87
  105. #define TEGRA20_CLK_CRAM2 88
  106. #define TEGRA20_CLK_AUDIO_2X 89 /* a/k/a audio_2x_sync_clk */
  107. #define TEGRA20_CLK_CLK_D 90
  108. /* 91 */
  109. #define TEGRA20_CLK_CSUS 92
  110. #define TEGRA20_CLK_CDEV2 93
  111. #define TEGRA20_CLK_CDEV1 94
  112. /* 95 */
  113. #define TEGRA20_CLK_UARTB 96
  114. #define TEGRA20_CLK_VFIR 97
  115. #define TEGRA20_CLK_SPDIF_IN 98
  116. #define TEGRA20_CLK_SPDIF_OUT 99
  117. #define TEGRA20_CLK_VI 100
  118. #define TEGRA20_CLK_VI_SENSOR 101
  119. #define TEGRA20_CLK_TVO 102
  120. #define TEGRA20_CLK_CVE 103
  121. #define TEGRA20_CLK_OSC 104
  122. #define TEGRA20_CLK_CLK_32K 105 /* a/k/a clk_s */
  123. #define TEGRA20_CLK_CLK_M 106
  124. #define TEGRA20_CLK_SCLK 107
  125. #define TEGRA20_CLK_CCLK 108
  126. #define TEGRA20_CLK_HCLK 109
  127. #define TEGRA20_CLK_PCLK 110
  128. #define TEGRA20_CLK_BLINK 111
  129. #define TEGRA20_CLK_PLL_A 112
  130. #define TEGRA20_CLK_PLL_A_OUT0 113
  131. #define TEGRA20_CLK_PLL_C 114
  132. #define TEGRA20_CLK_PLL_C_OUT1 115
  133. #define TEGRA20_CLK_PLL_D 116
  134. #define TEGRA20_CLK_PLL_D_OUT0 117
  135. #define TEGRA20_CLK_PLL_E 118
  136. #define TEGRA20_CLK_PLL_M 119
  137. #define TEGRA20_CLK_PLL_M_OUT1 120
  138. #define TEGRA20_CLK_PLL_P 121
  139. #define TEGRA20_CLK_PLL_P_OUT1 122
  140. #define TEGRA20_CLK_PLL_P_OUT2 123
  141. #define TEGRA20_CLK_PLL_P_OUT3 124
  142. #define TEGRA20_CLK_PLL_P_OUT4 125
  143. #define TEGRA20_CLK_PLL_S 126
  144. #define TEGRA20_CLK_PLL_U 127
  145. #define TEGRA20_CLK_PLL_X 128
  146. #define TEGRA20_CLK_COP 129 /* a/k/a avp */
  147. #define TEGRA20_CLK_AUDIO 130 /* a/k/a audio_sync_clk */
  148. #define TEGRA20_CLK_PLL_REF 131
  149. #define TEGRA20_CLK_TWD 132
  150. #define TEGRA20_CLK_CLK_MAX 133
  151. #endif /* _DT_BINDINGS_CLOCK_TEGRA20_CAR_H */