gxbb.h 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. /*
  2. * This file is provided under a dual BSD/GPLv2 license. When using or
  3. * redistributing this file, you may do so under either license.
  4. *
  5. * GPL LICENSE SUMMARY
  6. *
  7. * Copyright (c) 2016 AmLogic, Inc.
  8. * Author: Michael Turquette <mturquette@baylibre.com>
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of version 2 of the GNU General Public License as
  12. * published by the Free Software Foundation.
  13. *
  14. * This program is distributed in the hope that it will be useful, but
  15. * WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  22. * The full GNU General Public License is included in this distribution
  23. * in the file called COPYING
  24. *
  25. * BSD LICENSE
  26. *
  27. * Copyright (c) 2016 BayLibre, Inc.
  28. * Author: Michael Turquette <mturquette@baylibre.com>
  29. *
  30. * Redistribution and use in source and binary forms, with or without
  31. * modification, are permitted provided that the following conditions
  32. * are met:
  33. *
  34. * * Redistributions of source code must retain the above copyright
  35. * notice, this list of conditions and the following disclaimer.
  36. * * Redistributions in binary form must reproduce the above copyright
  37. * notice, this list of conditions and the following disclaimer in
  38. * the documentation and/or other materials provided with the
  39. * distribution.
  40. * * Neither the name of Intel Corporation nor the names of its
  41. * contributors may be used to endorse or promote products derived
  42. * from this software without specific prior written permission.
  43. *
  44. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  45. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  46. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  47. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  48. * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  49. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  50. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  51. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  52. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  53. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  54. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  55. */
  56. #ifndef __GXBB_H
  57. #define __GXBB_H
  58. /*
  59. * Clock controller register offsets
  60. *
  61. * Register offsets from the data sheet are listed in comment blocks below.
  62. * Those offsets must be multiplied by 4 before adding them to the base address
  63. * to get the right value
  64. */
  65. #define SCR 0x2C /* 0x0b offset in data sheet */
  66. #define TIMEOUT_VALUE 0x3c /* 0x0f offset in data sheet */
  67. #define HHI_GP0_PLL_CNTL 0x40 /* 0x10 offset in data sheet */
  68. #define HHI_GP0_PLL_CNTL2 0x44 /* 0x11 offset in data sheet */
  69. #define HHI_GP0_PLL_CNTL3 0x48 /* 0x12 offset in data sheet */
  70. #define HHI_GP0_PLL_CNTL4 0x4c /* 0x13 offset in data sheet */
  71. #define HHI_GP0_PLL_CNTL5 0x50 /* 0x14 offset in data sheet */
  72. #define HHI_GP0_PLL_CNTL1 0x58 /* 0x16 offset in data sheet */
  73. #define HHI_XTAL_DIVN_CNTL 0xbc /* 0x2f offset in data sheet */
  74. #define HHI_TIMER90K 0xec /* 0x3b offset in data sheet */
  75. #define HHI_MEM_PD_REG0 0x100 /* 0x40 offset in data sheet */
  76. #define HHI_MEM_PD_REG1 0x104 /* 0x41 offset in data sheet */
  77. #define HHI_VPU_MEM_PD_REG1 0x108 /* 0x42 offset in data sheet */
  78. #define HHI_VIID_CLK_DIV 0x128 /* 0x4a offset in data sheet */
  79. #define HHI_VIID_CLK_CNTL 0x12c /* 0x4b offset in data sheet */
  80. #define HHI_GCLK_MPEG0 0x140 /* 0x50 offset in data sheet */
  81. #define HHI_GCLK_MPEG1 0x144 /* 0x51 offset in data sheet */
  82. #define HHI_GCLK_MPEG2 0x148 /* 0x52 offset in data sheet */
  83. #define HHI_GCLK_OTHER 0x150 /* 0x54 offset in data sheet */
  84. #define HHI_GCLK_AO 0x154 /* 0x55 offset in data sheet */
  85. #define HHI_SYS_OSCIN_CNTL 0x158 /* 0x56 offset in data sheet */
  86. #define HHI_SYS_CPU_CLK_CNTL1 0x15c /* 0x57 offset in data sheet */
  87. #define HHI_SYS_CPU_RESET_CNTL 0x160 /* 0x58 offset in data sheet */
  88. #define HHI_VID_CLK_DIV 0x164 /* 0x59 offset in data sheet */
  89. #define HHI_MPEG_CLK_CNTL 0x174 /* 0x5d offset in data sheet */
  90. #define HHI_AUD_CLK_CNTL 0x178 /* 0x5e offset in data sheet */
  91. #define HHI_VID_CLK_CNTL 0x17c /* 0x5f offset in data sheet */
  92. #define HHI_AUD_CLK_CNTL2 0x190 /* 0x64 offset in data sheet */
  93. #define HHI_VID_CLK_CNTL2 0x194 /* 0x65 offset in data sheet */
  94. #define HHI_SYS_CPU_CLK_CNTL0 0x19c /* 0x67 offset in data sheet */
  95. #define HHI_VID_PLL_CLK_DIV 0x1a0 /* 0x68 offset in data sheet */
  96. #define HHI_AUD_CLK_CNTL3 0x1a4 /* 0x69 offset in data sheet */
  97. #define HHI_MALI_CLK_CNTL 0x1b0 /* 0x6c offset in data sheet */
  98. #define HHI_VPU_CLK_CNTL 0x1bC /* 0x6f offset in data sheet */
  99. #define HHI_HDMI_CLK_CNTL 0x1CC /* 0x73 offset in data sheet */
  100. #define HHI_VDEC_CLK_CNTL 0x1E0 /* 0x78 offset in data sheet */
  101. #define HHI_VDEC2_CLK_CNTL 0x1E4 /* 0x79 offset in data sheet */
  102. #define HHI_VDEC3_CLK_CNTL 0x1E8 /* 0x7a offset in data sheet */
  103. #define HHI_VDEC4_CLK_CNTL 0x1EC /* 0x7b offset in data sheet */
  104. #define HHI_HDCP22_CLK_CNTL 0x1F0 /* 0x7c offset in data sheet */
  105. #define HHI_VAPBCLK_CNTL 0x1F4 /* 0x7d offset in data sheet */
  106. #define HHI_VPU_CLKB_CNTL 0x20C /* 0x83 offset in data sheet */
  107. #define HHI_USB_CLK_CNTL 0x220 /* 0x88 offset in data sheet */
  108. #define HHI_32K_CLK_CNTL 0x224 /* 0x89 offset in data sheet */
  109. #define HHI_GEN_CLK_CNTL 0x228 /* 0x8a offset in data sheet */
  110. #define HHI_GEN_CLK_CNTL 0x228 /* 0x8a offset in data sheet */
  111. #define HHI_PCM_CLK_CNTL 0x258 /* 0x96 offset in data sheet */
  112. #define HHI_NAND_CLK_CNTL 0x25C /* 0x97 offset in data sheet */
  113. #define HHI_SD_EMMC_CLK_CNTL 0x264 /* 0x99 offset in data sheet */
  114. #define HHI_MPLL_CNTL 0x280 /* 0xa0 offset in data sheet */
  115. #define HHI_MPLL_CNTL2 0x284 /* 0xa1 offset in data sheet */
  116. #define HHI_MPLL_CNTL3 0x288 /* 0xa2 offset in data sheet */
  117. #define HHI_MPLL_CNTL4 0x28C /* 0xa3 offset in data sheet */
  118. #define HHI_MPLL_CNTL5 0x290 /* 0xa4 offset in data sheet */
  119. #define HHI_MPLL_CNTL6 0x294 /* 0xa5 offset in data sheet */
  120. #define HHI_MPLL_CNTL7 0x298 /* MP0, 0xa6 offset in data sheet */
  121. #define HHI_MPLL_CNTL8 0x29C /* MP1, 0xa7 offset in data sheet */
  122. #define HHI_MPLL_CNTL9 0x2A0 /* MP2, 0xa8 offset in data sheet */
  123. #define HHI_MPLL_CNTL10 0x2A4 /* MP2, 0xa9 offset in data sheet */
  124. #define HHI_MPLL3_CNTL0 0x2E0 /* 0xb8 offset in data sheet */
  125. #define HHI_MPLL3_CNTL1 0x2E4 /* 0xb9 offset in data sheet */
  126. #define HHI_VDAC_CNTL0 0x2F4 /* 0xbd offset in data sheet */
  127. #define HHI_VDAC_CNTL1 0x2F8 /* 0xbe offset in data sheet */
  128. #define HHI_SYS_PLL_CNTL 0x300 /* 0xc0 offset in data sheet */
  129. #define HHI_SYS_PLL_CNTL2 0x304 /* 0xc1 offset in data sheet */
  130. #define HHI_SYS_PLL_CNTL3 0x308 /* 0xc2 offset in data sheet */
  131. #define HHI_SYS_PLL_CNTL4 0x30c /* 0xc3 offset in data sheet */
  132. #define HHI_SYS_PLL_CNTL5 0x310 /* 0xc4 offset in data sheet */
  133. #define HHI_DPLL_TOP_I 0x318 /* 0xc6 offset in data sheet */
  134. #define HHI_DPLL_TOP2_I 0x31C /* 0xc7 offset in data sheet */
  135. #define HHI_HDMI_PLL_CNTL 0x320 /* 0xc8 offset in data sheet */
  136. #define HHI_HDMI_PLL_CNTL2 0x324 /* 0xc9 offset in data sheet */
  137. #define HHI_HDMI_PLL_CNTL3 0x328 /* 0xca offset in data sheet */
  138. #define HHI_HDMI_PLL_CNTL4 0x32C /* 0xcb offset in data sheet */
  139. #define HHI_HDMI_PLL_CNTL5 0x330 /* 0xcc offset in data sheet */
  140. #define HHI_HDMI_PLL_CNTL6 0x334 /* 0xcd offset in data sheet */
  141. #define HHI_HDMI_PLL_CNTL_I 0x338 /* 0xce offset in data sheet */
  142. #define HHI_HDMI_PLL_CNTL7 0x33C /* 0xcf offset in data sheet */
  143. #define HHI_HDMI_PHY_CNTL0 0x3A0 /* 0xe8 offset in data sheet */
  144. #define HHI_HDMI_PHY_CNTL1 0x3A4 /* 0xe9 offset in data sheet */
  145. #define HHI_HDMI_PHY_CNTL2 0x3A8 /* 0xea offset in data sheet */
  146. #define HHI_HDMI_PHY_CNTL3 0x3AC /* 0xeb offset in data sheet */
  147. #define HHI_VID_LOCK_CLK_CNTL 0x3C8 /* 0xf2 offset in data sheet */
  148. #define HHI_BT656_CLK_CNTL 0x3D4 /* 0xf5 offset in data sheet */
  149. #define HHI_SAR_CLK_CNTL 0x3D8 /* 0xf6 offset in data sheet */
  150. /*
  151. * CLKID index values
  152. *
  153. * These indices are entirely contrived and do not map onto the hardware.
  154. * It has now been decided to expose everything by default in the DT header:
  155. * include/dt-bindings/clock/gxbb-clkc.h. Only the clocks ids we don't want
  156. * to expose, such as the internal muxes and dividers of composite clocks,
  157. * will remain defined here.
  158. */
  159. /* ID 1 is unused (it was used by the non-existing CLKID_CPUCLK before) */
  160. #define CLKID_MPEG_SEL 10
  161. #define CLKID_MPEG_DIV 11
  162. #define CLKID_SAR_ADC_DIV 99
  163. #define CLKID_MALI_0_DIV 101
  164. #define CLKID_MALI_1_DIV 104
  165. #define CLKID_CTS_AMCLK_SEL 108
  166. #define CLKID_CTS_AMCLK_DIV 109
  167. #define CLKID_CTS_MCLK_I958_SEL 111
  168. #define CLKID_CTS_MCLK_I958_DIV 112
  169. #define CLKID_32K_CLK_SEL 115
  170. #define CLKID_32K_CLK_DIV 116
  171. #define CLKID_SD_EMMC_A_CLK0_SEL 117
  172. #define CLKID_SD_EMMC_A_CLK0_DIV 118
  173. #define CLKID_SD_EMMC_B_CLK0_SEL 120
  174. #define CLKID_SD_EMMC_B_CLK0_DIV 121
  175. #define CLKID_SD_EMMC_C_CLK0_SEL 123
  176. #define CLKID_SD_EMMC_C_CLK0_DIV 124
  177. #define CLKID_VPU_0_DIV 127
  178. #define CLKID_VPU_1_DIV 130
  179. #define CLKID_VAPB_0_DIV 134
  180. #define CLKID_VAPB_1_DIV 137
  181. #define CLKID_HDMI_PLL_PRE_MULT 141
  182. #define CLKID_MPLL0_DIV 142
  183. #define CLKID_MPLL1_DIV 143
  184. #define CLKID_MPLL2_DIV 144
  185. #define CLKID_MPLL_PREDIV 145
  186. #define CLKID_FCLK_DIV2_DIV 146
  187. #define CLKID_FCLK_DIV3_DIV 147
  188. #define CLKID_FCLK_DIV4_DIV 148
  189. #define CLKID_FCLK_DIV5_DIV 149
  190. #define CLKID_FCLK_DIV7_DIV 150
  191. #define NR_CLKS 151
  192. /* include the CLKIDs that have been made part of the DT binding */
  193. #include <dt-bindings/clock/gxbb-clkc.h>
  194. #endif /* __GXBB_H */