Skip to content

Commit 8e198a6

Browse files
author
Alasdair Allan
authored
Merge pull request #2436 from MichaIng/patch-1
Add RPi Zero 2 W overclocking defaults
2 parents 77bc5e0 + a129af6 commit 8e198a6

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

documentation/asciidoc/computers/config_txt/overclocking.adoc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ WARNING: Setting any overclocking parameters to values other than those used by
9797

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

100-
[cols=",^,^,^,^,^,^,^,^"]
100+
[cols=",^,^,^,^,^,^,^,^,^"]
101101
|===
102-
| Option | Pi 0/W | Pi1 | Pi2 | Pi3 | Pi3A+/Pi3B+ | CM4 & Pi4B <= R1.3 | Pi4B R1.4 | Pi 400
102+
| Option | Pi 0/W | Pi1 | Pi2 | Pi3 | Pi3A+/Pi3B+ | CM4 & Pi4B <= R1.3 | Pi4B R1.4 | Pi 400 | Pi Zero 2 W
103103

104104
| arm_freq
105105
| 1000
@@ -110,6 +110,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
110110
| 1500
111111
| 1500 or 1800 if arm_boost=1
112112
| 1800
113+
| 1000
113114

114115
| core_freq
115116
| 400
@@ -120,6 +121,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
120121
| 500
121122
| 500
122123
| 500
124+
| 400
123125

124126
| h264_freq
125127
| 300
@@ -130,6 +132,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
130132
| 500
131133
| 500
132134
| 500
135+
| 300
133136

134137
| isp_freq
135138
| 300
@@ -140,6 +143,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
140143
| 500
141144
| 500
142145
| 500
146+
| 300
143147

144148
| v3d_freq
145149
| 300
@@ -150,6 +154,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
150154
| 500
151155
| 500
152156
| 500
157+
| 300
153158

154159
| hevc_freq
155160
| N/A
@@ -160,6 +165,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
160165
| 500
161166
| 500
162167
| 500
168+
| N/A
163169

164170
| sdram_freq
165171
| 450
@@ -170,6 +176,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
170176
| 3200
171177
| 3200
172178
| 3200
179+
| 450
173180

174181
| arm_freq_min
175182
| 700
@@ -180,6 +187,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
180187
| 600
181188
| 600
182189
| 600
190+
| 600
183191

184192
| core_freq_min
185193
| 250
@@ -190,6 +198,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
190198
| 200
191199
| 200
192200
| 200
201+
| 250
193202

194203
| gpu_freq_min
195204
| 250
@@ -200,6 +209,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
200209
| 250
201210
| 250
202211
| 250
212+
| 250
203213

204214
| h264_freq_min
205215
| 250
@@ -210,6 +220,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
210220
| 250
211221
| 250
212222
| 250
223+
| 250
213224

214225
| isp_freq_min
215226
| 250
@@ -220,6 +231,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
220231
| 250
221232
| 250
222233
| 250
234+
| 250
223235

224236
| v3d_freq_min
225237
| 250
@@ -230,6 +242,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
230242
| 250
231243
| 250
232244
| 250
245+
| 250
233246

234247
| sdram_freq_min
235248
| 400
@@ -240,6 +253,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
240253
| 3200
241254
| 3200
242255
| 3200
256+
| 400
243257
|===
244258

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

0 commit comments

Comments
 (0)