exynos7-clock.txt 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. - reg: physical base address of the controller and the length of
  30. memory mapped region.
  31. - #clock-cells: should be 1.
  32. - clocks: list of clock identifiers which are fed as the input to
  33. the given clock controller. Please refer the next section to
  34. find the input clocks for a given controller.
  35. - clock-names: list of names of clocks which are fed as the input
  36. to the given clock controller.
  37. Input clocks for top0 clock controller:
  38. - fin_pll
  39. - dout_sclk_bus0_pll
  40. - dout_sclk_bus1_pll
  41. - dout_sclk_cc_pll
  42. - dout_sclk_mfc_pll
  43. Input clocks for top1 clock controller:
  44. - fin_pll
  45. - dout_sclk_bus0_pll
  46. - dout_sclk_bus1_pll
  47. - dout_sclk_cc_pll
  48. - dout_sclk_mfc_pll
  49. Input clocks for ccore clock controller:
  50. - fin_pll
  51. - dout_aclk_ccore_133
  52. Input clocks for peric0 clock controller:
  53. - fin_pll
  54. - dout_aclk_peric0_66
  55. - sclk_uart0
  56. Input clocks for peric1 clock controller:
  57. - fin_pll
  58. - dout_aclk_peric1_66
  59. - sclk_uart1
  60. - sclk_uart2
  61. - sclk_uart3
  62. Input clocks for peris clock controller:
  63. - fin_pll
  64. - dout_aclk_peris_66
  65. Input clocks for fsys0 clock controller:
  66. - fin_pll
  67. - dout_aclk_fsys0_200
  68. - dout_sclk_mmc2
  69. Input clocks for fsys1 clock controller:
  70. - fin_pll
  71. - dout_aclk_fsys1_200
  72. - dout_sclk_mmc0
  73. - dout_sclk_mmc1