Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 1 | Device Tree Clock bindings for arch-sunxi |
| 2 | |
| 3 | This binding uses the common clock binding[1]. |
| 4 | |
| 5 | [1] Documentation/devicetree/bindings/clock/clock-bindings.txt |
| 6 | |
| 7 | Required properties: |
| 8 | - compatible : shall be one of the following: |
Maxime Ripard | fd1b22f | 2014-02-06 09:55:57 +0100 | [diff] [blame] | 9 | "allwinner,sun4i-a10-osc-clk" - for a gatable oscillator |
| 10 | "allwinner,sun4i-a10-pll1-clk" - for the main PLL clock and PLL4 |
Maxime Ripard | 6a721db | 2013-07-23 23:34:10 +0200 | [diff] [blame] | 11 | "allwinner,sun6i-a31-pll1-clk" - for the main PLL clock on A31 |
Maxime Ripard | fd1b22f | 2014-02-06 09:55:57 +0100 | [diff] [blame] | 12 | "allwinner,sun4i-a10-pll5-clk" - for the PLL5 clock |
| 13 | "allwinner,sun4i-a10-pll6-clk" - for the PLL6 clock |
Maxime Ripard | 92ef67c | 2014-02-05 14:05:03 +0100 | [diff] [blame] | 14 | "allwinner,sun6i-a31-pll6-clk" - for the PLL6 clock on A31 |
Maxime Ripard | fd1b22f | 2014-02-06 09:55:57 +0100 | [diff] [blame] | 15 | "allwinner,sun4i-a10-cpu-clk" - for the CPU multiplexer clock |
| 16 | "allwinner,sun4i-a10-axi-clk" - for the AXI clock |
| 17 | "allwinner,sun4i-a10-axi-gates-clk" - for the AXI gates |
| 18 | "allwinner,sun4i-a10-ahb-clk" - for the AHB clock |
| 19 | "allwinner,sun4i-a10-ahb-gates-clk" - for the AHB gates on A10 |
Maxime Ripard | 4f985b4 | 2013-04-30 11:56:22 +0200 | [diff] [blame] | 20 | "allwinner,sun5i-a13-ahb-gates-clk" - for the AHB gates on A13 |
Maxime Ripard | 2371dd8 | 2013-07-16 11:21:59 +0200 | [diff] [blame] | 21 | "allwinner,sun5i-a10s-ahb-gates-clk" - for the AHB gates on A10s |
Maxime Ripard | 1fb2e4a | 2013-07-25 21:06:56 +0200 | [diff] [blame] | 22 | "allwinner,sun7i-a20-ahb-gates-clk" - for the AHB gates on A20 |
Boris BREZILLON | 5c89a8b | 2014-05-15 10:55:12 +0200 | [diff] [blame] | 23 | "allwinner,sun6i-a31-ar100-clk" - for the AR100 on A31 |
Maxime Ripard | 6a721db | 2013-07-23 23:34:10 +0200 | [diff] [blame] | 24 | "allwinner,sun6i-a31-ahb1-mux-clk" - for the AHB1 multiplexer on A31 |
| 25 | "allwinner,sun6i-a31-ahb1-gates-clk" - for the AHB1 gates on A31 |
Maxime Ripard | fd1b22f | 2014-02-06 09:55:57 +0100 | [diff] [blame] | 26 | "allwinner,sun4i-a10-apb0-clk" - for the APB0 clock |
Boris BREZILLON | 5c89a8b | 2014-05-15 10:55:12 +0200 | [diff] [blame] | 27 | "allwinner,sun6i-a31-apb0-clk" - for the APB0 clock on A31 |
Maxime Ripard | fd1b22f | 2014-02-06 09:55:57 +0100 | [diff] [blame] | 28 | "allwinner,sun4i-a10-apb0-gates-clk" - for the APB0 gates on A10 |
Maxime Ripard | 4f985b4 | 2013-04-30 11:56:22 +0200 | [diff] [blame] | 29 | "allwinner,sun5i-a13-apb0-gates-clk" - for the APB0 gates on A13 |
Maxime Ripard | 2371dd8 | 2013-07-16 11:21:59 +0200 | [diff] [blame] | 30 | "allwinner,sun5i-a10s-apb0-gates-clk" - for the APB0 gates on A10s |
Boris BREZILLON | 5c89a8b | 2014-05-15 10:55:12 +0200 | [diff] [blame] | 31 | "allwinner,sun6i-a31-apb0-gates-clk" - for the APB0 gates on A31 |
Maxime Ripard | 1fb2e4a | 2013-07-25 21:06:56 +0200 | [diff] [blame] | 32 | "allwinner,sun7i-a20-apb0-gates-clk" - for the APB0 gates on A20 |
Maxime Ripard | fd1b22f | 2014-02-06 09:55:57 +0100 | [diff] [blame] | 33 | "allwinner,sun4i-a10-apb1-clk" - for the APB1 clock |
| 34 | "allwinner,sun4i-a10-apb1-mux-clk" - for the APB1 clock muxing |
| 35 | "allwinner,sun4i-a10-apb1-gates-clk" - for the APB1 gates on A10 |
Maxime Ripard | 4f985b4 | 2013-04-30 11:56:22 +0200 | [diff] [blame] | 36 | "allwinner,sun5i-a13-apb1-gates-clk" - for the APB1 gates on A13 |
Maxime Ripard | 2371dd8 | 2013-07-16 11:21:59 +0200 | [diff] [blame] | 37 | "allwinner,sun5i-a10s-apb1-gates-clk" - for the APB1 gates on A10s |
Maxime Ripard | 6a721db | 2013-07-23 23:34:10 +0200 | [diff] [blame] | 38 | "allwinner,sun6i-a31-apb1-gates-clk" - for the APB1 gates on A31 |
Maxime Ripard | 1fb2e4a | 2013-07-25 21:06:56 +0200 | [diff] [blame] | 39 | "allwinner,sun7i-a20-apb1-gates-clk" - for the APB1 gates on A20 |
Maxime Ripard | 6a721db | 2013-07-23 23:34:10 +0200 | [diff] [blame] | 40 | "allwinner,sun6i-a31-apb2-div-clk" - for the APB2 gates on A31 |
| 41 | "allwinner,sun6i-a31-apb2-gates-clk" - for the APB2 gates on A31 |
Maxime Ripard | fd1b22f | 2014-02-06 09:55:57 +0100 | [diff] [blame] | 42 | "allwinner,sun4i-a10-mod0-clk" - for the module 0 family of clocks |
Chen-Yu Tsai | 6f86341 | 2013-12-24 21:26:17 +0800 | [diff] [blame] | 43 | "allwinner,sun7i-a20-out-clk" - for the external output clocks |
Chen-Yu Tsai | e4c6d6c | 2014-02-10 18:35:47 +0800 | [diff] [blame] | 44 | "allwinner,sun7i-a20-gmac-clk" - for the GMAC clock module on A20/A31 |
Roman Byshko | 5abdbf2 | 2014-02-07 16:21:50 +0100 | [diff] [blame] | 45 | "allwinner,sun4i-a10-usb-clk" - for usb gates + resets on A10 / A20 |
| 46 | "allwinner,sun5i-a13-usb-clk" - for usb gates + resets on A13 |
Emilio López | 6d1d14d | 2014-05-13 13:29:26 -0300 | [diff] [blame] | 47 | "allwinner,sun6i-a31-usb-clk" - for usb gates + resets on A31 |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 48 | |
| 49 | Required properties for all clocks: |
| 50 | - reg : shall be the control register address for the clock. |
Emilio López | 7551769 | 2013-12-23 00:32:39 -0300 | [diff] [blame] | 51 | - clocks : shall be the input parent clock(s) phandle for the clock. For |
| 52 | multiplexed clocks, the list order must match the hardware |
| 53 | programming order. |
Emilio López | 13569a7 | 2013-03-27 18:20:37 -0300 | [diff] [blame] | 54 | - #clock-cells : from common clock binding; shall be set to 0 except for |
Chen-Yu Tsai | 373d4e6 | 2014-02-03 09:51:38 +0800 | [diff] [blame] | 55 | "allwinner,*-gates-clk", "allwinner,sun4i-pll5-clk" and |
| 56 | "allwinner,sun4i-pll6-clk" where it shall be set to 1 |
| 57 | - clock-output-names : shall be the corresponding names of the outputs. |
| 58 | If the clock module only has one output, the name shall be the |
| 59 | module name. |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 60 | |
Roman Byshko | 5abdbf2 | 2014-02-07 16:21:50 +0100 | [diff] [blame] | 61 | And "allwinner,*-usb-clk" clocks also require: |
| 62 | - reset-cells : shall be set to 1 |
| 63 | |
Chen-Yu Tsai | e4c6d6c | 2014-02-10 18:35:47 +0800 | [diff] [blame] | 64 | For "allwinner,sun7i-a20-gmac-clk", the parent clocks shall be fixed rate |
| 65 | dummy clocks at 25 MHz and 125 MHz, respectively. See example. |
| 66 | |
Maxime Ripard | 4f985b4 | 2013-04-30 11:56:22 +0200 | [diff] [blame] | 67 | Clock consumers should specify the desired clocks they use with a |
| 68 | "clocks" phandle cell. Consumers that are using a gated clock should |
Maxime Ripard | fc42ef5 | 2013-10-04 23:19:54 +0200 | [diff] [blame] | 69 | provide an additional ID in their clock property. This ID is the |
| 70 | offset of the bit controlling this particular gate in the register. |
Maxime Ripard | 4f985b4 | 2013-04-30 11:56:22 +0200 | [diff] [blame] | 71 | |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 72 | For example: |
| 73 | |
Chen-Yu Tsai | 373d4e6 | 2014-02-03 09:51:38 +0800 | [diff] [blame] | 74 | osc24M: clk@01c20050 { |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 75 | #clock-cells = <0>; |
Maxime Ripard | fd1b22f | 2014-02-06 09:55:57 +0100 | [diff] [blame] | 76 | compatible = "allwinner,sun4i-a10-osc-clk"; |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 77 | reg = <0x01c20050 0x4>; |
| 78 | clocks = <&osc24M_fixed>; |
Chen-Yu Tsai | 373d4e6 | 2014-02-03 09:51:38 +0800 | [diff] [blame] | 79 | clock-output-names = "osc24M"; |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 80 | }; |
| 81 | |
Chen-Yu Tsai | 373d4e6 | 2014-02-03 09:51:38 +0800 | [diff] [blame] | 82 | pll1: clk@01c20000 { |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 83 | #clock-cells = <0>; |
Maxime Ripard | fd1b22f | 2014-02-06 09:55:57 +0100 | [diff] [blame] | 84 | compatible = "allwinner,sun4i-a10-pll1-clk"; |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 85 | reg = <0x01c20000 0x4>; |
| 86 | clocks = <&osc24M>; |
Chen-Yu Tsai | 373d4e6 | 2014-02-03 09:51:38 +0800 | [diff] [blame] | 87 | clock-output-names = "pll1"; |
| 88 | }; |
| 89 | |
| 90 | pll5: clk@01c20020 { |
| 91 | #clock-cells = <1>; |
| 92 | compatible = "allwinner,sun4i-pll5-clk"; |
| 93 | reg = <0x01c20020 0x4>; |
| 94 | clocks = <&osc24M>; |
| 95 | clock-output-names = "pll5_ddr", "pll5_other"; |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 96 | }; |
| 97 | |
| 98 | cpu: cpu@01c20054 { |
| 99 | #clock-cells = <0>; |
Maxime Ripard | fd1b22f | 2014-02-06 09:55:57 +0100 | [diff] [blame] | 100 | compatible = "allwinner,sun4i-a10-cpu-clk"; |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 101 | reg = <0x01c20054 0x4>; |
| 102 | clocks = <&osc32k>, <&osc24M>, <&pll1>; |
Chen-Yu Tsai | 373d4e6 | 2014-02-03 09:51:38 +0800 | [diff] [blame] | 103 | clock-output-names = "cpu"; |
| 104 | }; |
| 105 | |
| 106 | mmc0_clk: clk@01c20088 { |
| 107 | #clock-cells = <0>; |
| 108 | compatible = "allwinner,sun4i-mod0-clk"; |
| 109 | reg = <0x01c20088 0x4>; |
| 110 | clocks = <&osc24M>, <&pll6 1>, <&pll5 1>; |
| 111 | clock-output-names = "mmc0"; |
Emilio López | e874a66 | 2013-02-25 11:44:26 -0300 | [diff] [blame] | 112 | }; |
Chen-Yu Tsai | e4c6d6c | 2014-02-10 18:35:47 +0800 | [diff] [blame] | 113 | |
| 114 | mii_phy_tx_clk: clk@2 { |
| 115 | #clock-cells = <0>; |
| 116 | compatible = "fixed-clock"; |
| 117 | clock-frequency = <25000000>; |
| 118 | clock-output-names = "mii_phy_tx"; |
| 119 | }; |
| 120 | |
| 121 | gmac_int_tx_clk: clk@3 { |
| 122 | #clock-cells = <0>; |
| 123 | compatible = "fixed-clock"; |
| 124 | clock-frequency = <125000000>; |
| 125 | clock-output-names = "gmac_int_tx"; |
| 126 | }; |
| 127 | |
| 128 | gmac_clk: clk@01c20164 { |
| 129 | #clock-cells = <0>; |
| 130 | compatible = "allwinner,sun7i-a20-gmac-clk"; |
| 131 | reg = <0x01c20164 0x4>; |
| 132 | /* |
| 133 | * The first clock must be fixed at 25MHz; |
| 134 | * the second clock must be fixed at 125MHz |
| 135 | */ |
| 136 | clocks = <&mii_phy_tx_clk>, <&gmac_int_tx_clk>; |
| 137 | clock-output-names = "gmac"; |
| 138 | }; |