sunxi.txt 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. Device Tree Clock bindings for arch-sunxi
  2. This binding uses the common clock binding[1].
  3. [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
  4. Required properties:
  5. - compatible : shall be one of the following:
  6. "allwinner,sun4i-a10-osc-clk" - for a gatable oscillator
  7. "allwinner,sun4i-a10-pll1-clk" - for the main PLL clock and PLL4
  8. "allwinner,sun6i-a31-pll1-clk" - for the main PLL clock on A31
  9. "allwinner,sun8i-a23-pll1-clk" - for the main PLL clock on A23
  10. "allwinner,sun9i-a80-pll4-clk" - for the peripheral PLLs on A80
  11. "allwinner,sun4i-a10-pll5-clk" - for the PLL5 clock
  12. "allwinner,sun4i-a10-pll6-clk" - for the PLL6 clock
  13. "allwinner,sun6i-a31-pll6-clk" - for the PLL6 clock on A31
  14. "allwinner,sun9i-a80-gt-clk" - for the GT bus clock on A80
  15. "allwinner,sun4i-a10-cpu-clk" - for the CPU multiplexer clock
  16. "allwinner,sun4i-a10-axi-clk" - for the AXI clock
  17. "allwinner,sun8i-a23-axi-clk" - for the AXI clock on A23
  18. "allwinner,sun4i-a10-gates-clk" - for generic gates on all compatible SoCs
  19. "allwinner,sun4i-a10-axi-gates-clk" - for the AXI gates
  20. "allwinner,sun4i-a10-ahb-clk" - for the AHB clock
  21. "allwinner,sun5i-a13-ahb-clk" - for the AHB clock on A13
  22. "allwinner,sun9i-a80-ahb-clk" - for the AHB bus clocks on A80
  23. "allwinner,sun4i-a10-ahb-gates-clk" - for the AHB gates on A10
  24. "allwinner,sun5i-a13-ahb-gates-clk" - for the AHB gates on A13
  25. "allwinner,sun5i-a10s-ahb-gates-clk" - for the AHB gates on A10s
  26. "allwinner,sun7i-a20-ahb-gates-clk" - for the AHB gates on A20
  27. "allwinner,sun6i-a31-ar100-clk" - for the AR100 on A31
  28. "allwinner,sun6i-a31-ahb1-clk" - for the AHB1 clock on A31
  29. "allwinner,sun6i-a31-ahb1-gates-clk" - for the AHB1 gates on A31
  30. "allwinner,sun8i-a23-ahb1-gates-clk" - for the AHB1 gates on A23
  31. "allwinner,sun9i-a80-ahb0-gates-clk" - for the AHB0 gates on A80
  32. "allwinner,sun9i-a80-ahb1-gates-clk" - for the AHB1 gates on A80
  33. "allwinner,sun9i-a80-ahb2-gates-clk" - for the AHB2 gates on A80
  34. "allwinner,sun4i-a10-apb0-clk" - for the APB0 clock
  35. "allwinner,sun6i-a31-apb0-clk" - for the APB0 clock on A31
  36. "allwinner,sun8i-a23-apb0-clk" - for the APB0 clock on A23
  37. "allwinner,sun9i-a80-apb0-clk" - for the APB0 bus clock on A80
  38. "allwinner,sun4i-a10-apb0-gates-clk" - for the APB0 gates on A10
  39. "allwinner,sun5i-a13-apb0-gates-clk" - for the APB0 gates on A13
  40. "allwinner,sun5i-a10s-apb0-gates-clk" - for the APB0 gates on A10s
  41. "allwinner,sun6i-a31-apb0-gates-clk" - for the APB0 gates on A31
  42. "allwinner,sun7i-a20-apb0-gates-clk" - for the APB0 gates on A20
  43. "allwinner,sun8i-a23-apb0-gates-clk" - for the APB0 gates on A23
  44. "allwinner,sun8i-h3-apb0-gates-clk" - for the APB0 gates on H3
  45. "allwinner,sun9i-a80-apb0-gates-clk" - for the APB0 gates on A80
  46. "allwinner,sun4i-a10-apb1-clk" - for the APB1 clock
  47. "allwinner,sun9i-a80-apb1-clk" - for the APB1 bus clock on A80
  48. "allwinner,sun4i-a10-apb1-gates-clk" - for the APB1 gates on A10
  49. "allwinner,sun5i-a13-apb1-gates-clk" - for the APB1 gates on A13
  50. "allwinner,sun5i-a10s-apb1-gates-clk" - for the APB1 gates on A10s
  51. "allwinner,sun6i-a31-apb1-gates-clk" - for the APB1 gates on A31
  52. "allwinner,sun7i-a20-apb1-gates-clk" - for the APB1 gates on A20
  53. "allwinner,sun8i-a23-apb1-gates-clk" - for the APB1 gates on A23
  54. "allwinner,sun9i-a80-apb1-gates-clk" - for the APB1 gates on A80
  55. "allwinner,sun6i-a31-apb2-gates-clk" - for the APB2 gates on A31
  56. "allwinner,sun8i-a23-apb2-gates-clk" - for the APB2 gates on A23
  57. "allwinner,sun5i-a13-mbus-clk" - for the MBUS clock on A13
  58. "allwinner,sun4i-a10-mmc-clk" - for the MMC clock
  59. "allwinner,sun9i-a80-mmc-clk" - for mmc module clocks on A80
  60. "allwinner,sun9i-a80-mmc-config-clk" - for mmc gates + resets on A80
  61. "allwinner,sun4i-a10-mod0-clk" - for the module 0 family of clocks
  62. "allwinner,sun9i-a80-mod0-clk" - for module 0 (storage) clocks on A80
  63. "allwinner,sun8i-a23-mbus-clk" - for the MBUS clock on A23
  64. "allwinner,sun7i-a20-out-clk" - for the external output clocks
  65. "allwinner,sun7i-a20-gmac-clk" - for the GMAC clock module on A20/A31
  66. "allwinner,sun4i-a10-usb-clk" - for usb gates + resets on A10 / A20
  67. "allwinner,sun5i-a13-usb-clk" - for usb gates + resets on A13
  68. "allwinner,sun6i-a31-usb-clk" - for usb gates + resets on A31
  69. "allwinner,sun8i-a23-usb-clk" - for usb gates + resets on A23
  70. "allwinner,sun9i-a80-usb-mod-clk" - for usb gates + resets on A80
  71. "allwinner,sun9i-a80-usb-phy-clk" - for usb phy gates + resets on A80
  72. Required properties for all clocks:
  73. - reg : shall be the control register address for the clock.
  74. - clocks : shall be the input parent clock(s) phandle for the clock. For
  75. multiplexed clocks, the list order must match the hardware
  76. programming order.
  77. - #clock-cells : from common clock binding; shall be set to 0 except for
  78. the following compatibles where it shall be set to 1:
  79. "allwinner,*-gates-clk", "allwinner,sun4i-pll5-clk",
  80. "allwinner,sun4i-pll6-clk", "allwinner,sun6i-a31-pll6-clk",
  81. "allwinner,*-usb-clk", "allwinner,*-mmc-clk",
  82. "allwinner,*-mmc-config-clk"
  83. - clock-output-names : shall be the corresponding names of the outputs.
  84. If the clock module only has one output, the name shall be the
  85. module name.
  86. And "allwinner,*-usb-clk" clocks also require:
  87. - reset-cells : shall be set to 1
  88. The "allwinner,sun9i-a80-mmc-config-clk" clock also requires:
  89. - #reset-cells : shall be set to 1
  90. - resets : shall be the reset control phandle for the mmc block.
  91. For "allwinner,sun7i-a20-gmac-clk", the parent clocks shall be fixed rate
  92. dummy clocks at 25 MHz and 125 MHz, respectively. See example.
  93. Clock consumers should specify the desired clocks they use with a
  94. "clocks" phandle cell. Consumers that are using a gated clock should
  95. provide an additional ID in their clock property. This ID is the
  96. offset of the bit controlling this particular gate in the register.
  97. For the other clocks with "#clock-cells" = 1, the additional ID shall
  98. refer to the index of the output.
  99. For "allwinner,sun6i-a31-pll6-clk", there are 2 outputs. The first output
  100. is the normal PLL6 output, or "pll6". The second output is rate doubled
  101. PLL6, or "pll6x2".
  102. The "allwinner,*-mmc-clk" clocks have three different outputs: the
  103. main clock, with the ID 0, and the output and sample clocks, with the
  104. IDs 1 and 2, respectively.
  105. The "allwinner,sun9i-a80-mmc-config-clk" clock has one clock/reset output
  106. per mmc controller. The number of outputs is determined by the size of
  107. the address block, which is related to the overall mmc block.
  108. For example:
  109. osc24M: clk@01c20050 {
  110. #clock-cells = <0>;
  111. compatible = "allwinner,sun4i-a10-osc-clk";
  112. reg = <0x01c20050 0x4>;
  113. clocks = <&osc24M_fixed>;
  114. clock-output-names = "osc24M";
  115. };
  116. pll1: clk@01c20000 {
  117. #clock-cells = <0>;
  118. compatible = "allwinner,sun4i-a10-pll1-clk";
  119. reg = <0x01c20000 0x4>;
  120. clocks = <&osc24M>;
  121. clock-output-names = "pll1";
  122. };
  123. pll5: clk@01c20020 {
  124. #clock-cells = <1>;
  125. compatible = "allwinner,sun4i-pll5-clk";
  126. reg = <0x01c20020 0x4>;
  127. clocks = <&osc24M>;
  128. clock-output-names = "pll5_ddr", "pll5_other";
  129. };
  130. pll6: clk@01c20028 {
  131. #clock-cells = <1>;
  132. compatible = "allwinner,sun6i-a31-pll6-clk";
  133. reg = <0x01c20028 0x4>;
  134. clocks = <&osc24M>;
  135. clock-output-names = "pll6", "pll6x2";
  136. };
  137. cpu: cpu@01c20054 {
  138. #clock-cells = <0>;
  139. compatible = "allwinner,sun4i-a10-cpu-clk";
  140. reg = <0x01c20054 0x4>;
  141. clocks = <&osc32k>, <&osc24M>, <&pll1>;
  142. clock-output-names = "cpu";
  143. };
  144. mmc0_clk: clk@01c20088 {
  145. #clock-cells = <1>;
  146. compatible = "allwinner,sun4i-a10-mmc-clk";
  147. reg = <0x01c20088 0x4>;
  148. clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
  149. clock-output-names = "mmc0", "mmc0_output", "mmc0_sample";
  150. };
  151. mii_phy_tx_clk: clk@2 {
  152. #clock-cells = <0>;
  153. compatible = "fixed-clock";
  154. clock-frequency = <25000000>;
  155. clock-output-names = "mii_phy_tx";
  156. };
  157. gmac_int_tx_clk: clk@3 {
  158. #clock-cells = <0>;
  159. compatible = "fixed-clock";
  160. clock-frequency = <125000000>;
  161. clock-output-names = "gmac_int_tx";
  162. };
  163. gmac_clk: clk@01c20164 {
  164. #clock-cells = <0>;
  165. compatible = "allwinner,sun7i-a20-gmac-clk";
  166. reg = <0x01c20164 0x4>;
  167. /*
  168. * The first clock must be fixed at 25MHz;
  169. * the second clock must be fixed at 125MHz
  170. */
  171. clocks = <&mii_phy_tx_clk>, <&gmac_int_tx_clk>;
  172. clock-output-names = "gmac";
  173. };
  174. mmc_config_clk: clk@01c13000 {
  175. compatible = "allwinner,sun9i-a80-mmc-config-clk";
  176. reg = <0x01c13000 0x10>;
  177. clocks = <&ahb0_gates 8>;
  178. clock-names = "ahb";
  179. resets = <&ahb0_resets 8>;
  180. reset-names = "ahb";
  181. #clock-cells = <1>;
  182. #reset-cells = <1>;
  183. clock-output-names = "mmc0_config", "mmc1_config",
  184. "mmc2_config", "mmc3_config";
  185. };