1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com>
5 * Device Tree binding constants for Samsung S3C64xx clock controller.
8 #ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S3C64XX_CLOCK_H
9 #define _DT_BINDINGS_CLOCK_SAMSUNG_S3C64XX_CLOCK_H
12 * Let each exported clock get a unique index, which is used on DT-enabled
13 * platforms to lookup the clock from a clock specifier. These indices are
14 * therefore considered an ABI and so must not be changed. This implies
15 * that new clocks should be added either in free spaces between clock groups
30 /* HCLK bus clocks. */
41 #define HCLK_HSMMC2 26
42 #define HCLK_HSMMC1 27
43 #define HCLK_HSMMC0 28
51 #define HCLK_SCALER 36
62 /* PCLK bus clocks. */
66 #define PCLK_CHIPID 51
78 #define PCLK_KEYPAD 63
93 #define SCLK_MMC2_48 81
94 #define SCLK_MMC1_48 82
95 #define SCLK_MMC0_48 83
99 #define SCLK_SPI1_48 87
100 #define SCLK_SPI0_48 88
103 #define SCLK_DAC27 91
105 #define SCLK_SCALER27 93
106 #define SCLK_SCALER 94
107 #define SCLK_LCD27 95
110 #define SCLK_POST0_27 98
111 #define SCLK_AUDIO2 99
112 #define SCLK_POST0 100
113 #define SCLK_AUDIO1 101
114 #define SCLK_AUDIO0 102
115 #define SCLK_SECUR 103
116 #define SCLK_IRDA 104
117 #define SCLK_UART 105
120 #define SCLK_JPEG 108
121 #define SCLK_ONENAND 109
123 /* MEM0 bus clocks - S3C6410-specific. */
124 #define MEM0_CFCON 112
125 #define MEM0_ONENAND1 113
126 #define MEM0_ONENAND0 114
127 #define MEM0_NFCON 115
128 #define MEM0_SROM 116
131 #define MOUT_APLL 128
132 #define MOUT_MPLL 129
133 #define MOUT_EPLL 130
135 #define MOUT_AUDIO0 132
136 #define MOUT_AUDIO1 133
137 #define MOUT_UART 134
138 #define MOUT_SPI0 135
139 #define MOUT_SPI1 136
140 #define MOUT_MMC0 137
141 #define MOUT_MMC1 138
142 #define MOUT_MMC2 139
143 #define MOUT_UHOST 140
144 #define MOUT_IRDA 141
146 #define MOUT_SCALER 143
147 #define MOUT_DAC27 144
148 #define MOUT_TV27 145
149 #define MOUT_AUDIO2 146
152 #define DOUT_MPLL 160
153 #define DOUT_SECUR 161
155 #define DOUT_JPEG 163
157 #define DOUT_MMC0 165
158 #define DOUT_MMC1 166
159 #define DOUT_MMC2 167
161 #define DOUT_SCALER 169
162 #define DOUT_UHOST 170
163 #define DOUT_SPI0 171
164 #define DOUT_SPI1 172
165 #define DOUT_AUDIO0 173
166 #define DOUT_AUDIO1 174
167 #define DOUT_UART 175
168 #define DOUT_IRDA 176
169 #define DOUT_FIMC 177
170 #define DOUT_AUDIO2 178
172 /* Total number of clocks. */
173 #define NR_CLKS (DOUT_AUDIO2 + 1)
175 #endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C64XX_CLOCK_H */