Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions documentation/asciidoc/computers/config_txt/overclocking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ WARNING: Setting any overclocking parameters to values other than those used by

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

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

| arm_freq
| 1000
Expand All @@ -110,6 +110,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 1500
| 1500 or 1800 if arm_boost=1
| 1800
| 1000

| core_freq
| 400
Expand All @@ -120,6 +121,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 500
| 500
| 500
| 400

| h264_freq
| 300
Expand All @@ -130,6 +132,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 500
| 500
| 500
| 300

| isp_freq
| 300
Expand All @@ -140,6 +143,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 500
| 500
| 500
| 300

| v3d_freq
| 300
Expand All @@ -150,6 +154,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 500
| 500
| 500
| 300

| hevc_freq
| N/A
Expand All @@ -160,6 +165,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 500
| 500
| 500
| N/A

| sdram_freq
| 450
Expand All @@ -170,6 +176,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 3200
| 3200
| 3200
| 450

| arm_freq_min
| 700
Expand All @@ -180,6 +187,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 600
| 600
| 600
| 600

| core_freq_min
| 250
Expand All @@ -190,6 +198,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 200
| 200
| 200
| 250

| gpu_freq_min
| 250
Expand All @@ -200,6 +209,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 250
| 250
| 250
| 250

| h264_freq_min
| 250
Expand All @@ -210,6 +220,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 250
| 250
| 250
| 250

| isp_freq_min
| 250
Expand All @@ -220,6 +231,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 250
| 250
| 250
| 250

| v3d_freq_min
| 250
Expand All @@ -230,6 +242,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 250
| 250
| 250
| 250

| sdram_freq_min
| 400
Expand All @@ -240,6 +253,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
| 3200
| 3200
| 3200
| 400
|===

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