Skip to content

Commit af42cca

Browse files
author
Alasdair Allan
authored
Merge pull request raspberrypi#2281 from timg236/patch-65
Update overclocking.adoc
2 parents 2ed98fb + da45bd8 commit af42cca

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

documentation/asciidoc/computers/config_txt/overclocking.adoc

+19-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ WARNING: Setting any overclocking parameters to values other than those used by
1616
| arm_freq
1717
| Frequency of the ARM CPU in MHz.
1818

19+
| arm_boost
20+
| Increases `arm_freq` to the highest supported frequency for the board-type and firmware. Set to `1` to enable.
21+
1922
| gpu_freq
2023
| Sets `core_freq`, `h264_freq`, `isp_freq`, `v3d_freq` and `hevc_freq` together
2124

@@ -94,9 +97,9 @@ WARNING: Setting any overclocking parameters to values other than those used by
9497

9598
This table gives the default values for the options on various Raspberry Pi Models, all frequencies are stated in MHz.
9699

97-
[cols=",^,^,^,^,^,^,^"]
100+
[cols=",^,^,^,^,^,^,^,^"]
98101
|===
99-
| Option | Pi 0/W | Pi1 | Pi2 | Pi3 | Pi3A+/Pi3B+ | Pi4/CM4 | Pi 400
102+
| Option | Pi 0/W | Pi1 | Pi2 | Pi3 | Pi3A+/Pi3B+ | CM4 & Pi4B <= R1.3 | Pi4B R1.4 | Pi 400
100103

101104
| arm_freq
102105
| 1000
@@ -105,6 +108,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
105108
| 1200
106109
| 1400
107110
| 1500
111+
| 1500 or 1800 if arm_boost=1
108112
| 1800
109113

110114
| core_freq
@@ -115,6 +119,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
115119
| 400
116120
| 500
117121
| 500
122+
| 500
118123

119124
| h264_freq
120125
| 300
@@ -124,6 +129,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
124129
| 400
125130
| 500
126131
| 500
132+
| 500
127133

128134
| isp_freq
129135
| 300
@@ -133,6 +139,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
133139
| 400
134140
| 500
135141
| 500
142+
| 500
136143

137144
| v3d_freq
138145
| 300
@@ -142,6 +149,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
142149
| 400
143150
| 500
144151
| 500
152+
| 500
145153

146154
| hevc_freq
147155
| N/A
@@ -151,6 +159,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
151159
| N/A
152160
| 500
153161
| 500
162+
| 500
154163

155164
| sdram_freq
156165
| 450
@@ -160,6 +169,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
160169
| 500
161170
| 3200
162171
| 3200
172+
| 3200
163173

164174
| arm_freq_min
165175
| 700
@@ -169,6 +179,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
169179
| 600
170180
| 600
171181
| 600
182+
| 600
172183

173184
| core_freq_min
174185
| 250
@@ -178,6 +189,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
178189
| 250
179190
| 200
180191
| 200
192+
| 200
181193

182194
| gpu_freq_min
183195
| 250
@@ -187,6 +199,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
187199
| 250
188200
| 250
189201
| 250
202+
| 250
190203

191204
| h264_freq_min
192205
| 250
@@ -196,6 +209,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
196209
| 250
197210
| 250
198211
| 250
212+
| 250
199213

200214
| isp_freq_min
201215
| 250
@@ -205,6 +219,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
205219
| 250
206220
| 250
207221
| 250
222+
| 250
208223

209224
| v3d_freq_min
210225
| 250
@@ -214,6 +229,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
214229
| 250
215230
| 250
216231
| 250
232+
| 250
217233

218234
| sdram_freq_min
219235
| 400
@@ -223,6 +239,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
223239
| 400
224240
| 3200
225241
| 3200
242+
| 3200
226243
|===
227244

228245
This table gives defaults for options that are the same across all models.

0 commit comments

Comments
 (0)