exynos7-clock.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. * Samsung Exynos7 Clock Controller
  2. Exynos7 clock controller has various blocks which are instantiated
  3. independently from the device-tree. These clock controllers
  4. generate and supply clocks to various hardware blocks within
  5. the SoC.
  6. Each clock is assigned an identifier and client nodes can use
  7. this identifier to specify the clock which they consume. All
  8. available clocks are defined as preprocessor macros in
  9. dt-bindings/clock/exynos7-clk.h header and can be used in
  10. device tree sources.
  11. External clocks:
  12. There are several clocks that are generated outside the SoC. It
  13. is expected that they are defined using standard clock bindings
  14. with following clock-output-names:
  15. - "fin_pll" - PLL input clock from XXTI
  16. Required Properties for Clock Controller:
  17. - compatible: clock controllers will use one of the following
  18. compatible strings to indicate the clock controller
  19. functionality.
  20. - "samsung,exynos7-clock-topc"
  21. - "samsung,exynos7-clock-top0"
  22. - "samsung,exynos7-clock-top1"
  23. - "samsung,exynos7-clock-ccore"
  24. - "samsung,exynos7-clock-peric0"
  25. - "samsung,exynos7-clock-peric1"
  26. - "samsung,exynos7-clock-peris"
  27. - "samsung,exynos7-clock-fsys0"
  28. - "samsung,exynos7-clock-fsys1"
  29. - "samsung,exynos7-clock-mscl"
  30. - "samsung,exynos7-clock-aud"
  31. - reg: physical base address of the controller and the length of
  32. memory mapped region.
  33. - #clock-cells: should be 1.
  34. - clocks: list of clock identifiers which are fed as the input to
  35. the given clock controller. Please refer the next section to
  36. find the input clocks for a given controller.
  37. - clock-names: list of names of clocks which are fed as the input
  38. to the given clock controller.
  39. Input clocks for top0 clock controller:
  40. - fin_pll
  41. - dout_sclk_bus0_pll
  42. - dout_sclk_bus1_pll
  43. - dout_sclk_cc_pll
  44. - dout_sclk_mfc_pll
  45. - dout_sclk_aud_pll
  46. Input clocks for top1 clock controller:
  47. - fin_pll
  48. - dout_sclk_bus0_pll
  49. - dout_sclk_bus1_pll
  50. - dout_sclk_cc_pll
  51. - dout_sclk_mfc_pll
  52. Input clocks for ccore clock controller:
  53. - fin_pll
  54. - dout_aclk_ccore_133
  55. Input clocks for peric0 clock controller:
  56. - fin_pll
  57. - dout_aclk_peric0_66
  58. - sclk_uart0
  59. Input clocks for peric1 clock controller:
  60. - fin_pll
  61. - dout_aclk_peric1_66
  62. - sclk_uart1
  63. - sclk_uart2
  64. - sclk_uart3
  65. - sclk_spi0
  66. - sclk_spi1
  67. - sclk_spi2
  68. - sclk_spi3
  69. - sclk_spi4
  70. - sclk_i2s1
  71. - sclk_pcm1
  72. - sclk_spdif
  73. Input clocks for peris clock controller:
  74. - fin_pll
  75. - dout_aclk_peris_66
  76. Input clocks for fsys0 clock controller:
  77. - fin_pll
  78. - dout_aclk_fsys0_200
  79. - dout_sclk_mmc2
  80. Input clocks for fsys1 clock controller:
  81. - fin_pll
  82. - dout_aclk_fsys1_200
  83. - dout_sclk_mmc0
  84. - dout_sclk_mmc1
  85. Input clocks for aud clock controller:
  86. - fin_pll
  87. - fout_aud_pll