File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
Documentation/devicetree/bindings/clock
include/dt-bindings/clock Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ title: Samsung ExynosAuto v920 SoC clock controller
8
8
9
9
maintainers :
10
10
- Sunyeal Hong <sunyeal.hong@samsung.com>
11
+ - Shin Son <shin.son@samsung.com>
11
12
- Chanwoo Choi <cw00.choi@samsung.com>
12
13
- Krzysztof Kozlowski <krzk@kernel.org>
13
14
- Sylwester Nawrocki <s.nawrocki@samsung.com>
@@ -32,6 +33,7 @@ properties:
32
33
compatible :
33
34
enum :
34
35
- samsung,exynosautov920-cmu-top
36
+ - samsung,exynosautov920-cmu-cpucl0
35
37
- samsung,exynosautov920-cmu-peric0
36
38
- samsung,exynosautov920-cmu-peric1
37
39
- samsung,exynosautov920-cmu-misc
@@ -69,6 +71,29 @@ allOf:
69
71
items :
70
72
- const : oscclk
71
73
74
+ - if :
75
+ properties :
76
+ compatible :
77
+ contains :
78
+ enum :
79
+ - samsung,exynosautov920-cmu-cpucl0
80
+
81
+ then :
82
+ properties :
83
+ clocks :
84
+ items :
85
+ - description : External reference clock (38.4 MHz)
86
+ - description : CMU_CPUCL0 SWITCH clock (from CMU_TOP)
87
+ - description : CMU_CPUCL0 CLUSTER clock (from CMU_TOP)
88
+ - description : CMU_CPUCL0 DBG clock (from CMU_TOP)
89
+
90
+ clock-names :
91
+ items :
92
+ - const : oscclk
93
+ - const : switch
94
+ - const : cluster
95
+ - const : dbg
96
+
72
97
- if :
73
98
properties :
74
99
compatible :
Original file line number Diff line number Diff line change 162
162
#define DOUT_CLKCMU_TAA_NOC 146
163
163
#define DOUT_TCXO_DIV2 147
164
164
165
+ /* CMU_CPUCL0 */
166
+ #define CLK_FOUT_CPUCL0_PLL 1
167
+
168
+ #define CLK_MOUT_PLL_CPUCL0 2
169
+ #define CLK_MOUT_CPUCL0_CLUSTER_USER 3
170
+ #define CLK_MOUT_CPUCL0_DBG_USER 4
171
+ #define CLK_MOUT_CPUCL0_SWITCH_USER 5
172
+ #define CLK_MOUT_CPUCL0_CLUSTER 6
173
+ #define CLK_MOUT_CPUCL0_CORE 7
174
+
175
+ #define CLK_DOUT_CLUSTER0_ACLK 8
176
+ #define CLK_DOUT_CLUSTER0_ATCLK 9
177
+ #define CLK_DOUT_CLUSTER0_MPCLK 10
178
+ #define CLK_DOUT_CLUSTER0_PCLK 11
179
+ #define CLK_DOUT_CLUSTER0_PERIPHCLK 12
180
+ #define CLK_DOUT_CPUCL0_DBG_NOC 13
181
+ #define CLK_DOUT_CPUCL0_DBG_PCLKDBG 14
182
+ #define CLK_DOUT_CPUCL0_NOCP 15
183
+
165
184
/* CMU_PERIC0 */
166
185
#define CLK_MOUT_PERIC0_IP_USER 1
167
186
#define CLK_MOUT_PERIC0_NOC_USER 2
You can’t perform that action at this time.
0 commit comments