View difference between Paste ID: YHXjZJ71 and 0WL8Qaue
SHOW: | | - or go back to the newest paste.
1
################################################################################
2
##  Raspberry Pi Configuration Settings
3
##
4-
##  Revision 4, 2012/07/04
4+
##  Revision 5, 2012/07/19
5
##
6
##  Details taken from the eLinux wiki
7
##  For up-to-date information please refer to wiki page.
8
##
9
##  Wiki Location : http://elinux.org/RPi_config.txt
10
##
11
################################################################################
12
13
################################################################################
14
##  Standard Definition Video Settings
15
################################################################################
16
17
## sdtv_mode
18
##     defines the TV standard for composite output
19
##
20
##     Value    Description
21
##     -------------------------------------------------------------------------
22
##     0        Normal NTSC (Default)
23
##     1        Japanese version of NTSC - no pedestal
24
##     2        Normal PAL
25
##     3        Brazilian version of PAL - 525/60 rather than 625/50, different subcarrier
26
##
27
#sdtv_mode=0
28
29
## sdtv_aspect
30
##     defines the aspect ratio for composite output
31
##
32
##     Value    Description
33
##     -------------------------------------------------------------------------
34
##     1        4:3 (Default)
35
##     2        14:9
36
##     3        16:9
37
##
38
#sdtv_aspect=1
39
40
## sdtv_disable_colourburst
41
##     Disables colour burst on composite output. The picture will be
42
##     monochrome, but possibly sharper
43
##
44
##     Value    Description
45
##     -------------------------------------------------------------------------
46
##     0        Colour burst is enabled (Default)
47
##     1        Colour burst is disabled
48
##
49
#sdtv_disable_colourburst=1
50-
##     1        Enabled (this does: hdmi_force_hotplug=1, config_hdmi_boost=4, hdmi_group=1, hdmi_mode=1, disable_overscan=0)
50+
51
################################################################################
52
##  High Definition Video Settings
53
##
54
##  Your HDMI monitor may support only a limited set of formats. To find out
55-
##     overrides the normal selection of composite if no HDMI is detected
55+
##  which formats are supported, use the following method.
56
##  1) Set the output format to VGA 60Hz (hdmi_group=1 hdmi_mode=1) and boot up
57
##     the Raspberry Pi
58
##  2) Enter the following command to give a list of CEA supported modes
59
##         /opt/vc/bin/tvservice -m CEA
60
##  3) Enter the following command to give a list of DMT supported modes
61
##         /opt/vc/bin/tvservice -m DMT
62
##  4) Enter the following command to show your current state
63
##         /opt/vc/bin/tvservice -s
64
##  5) Enter the following commands to dump more detailed information from your
65
##     monitor
66
##         /opt/vc/bin/tvservice -d edid.dat
67
##         /opt/vc/bin/edidparser edid.dat
68
##
69
##     The edid.dat should also be provided when troubleshooting problems with
70
##     the default HDMI mode
71
##
72
################################################################################
73
74
## hdmi_safe
75
##     Use "safe mode" settings to try to boot with maximum hdmi compatibility.
76
##
77
##     Value    Description
78
##     -------------------------------------------------------------------------
79
##     0        Disabled (Default)
80-
##     defines the HDMI type
80+
##     1        Enabled (this does: hdmi_force_hotplug=1, config_hdmi_boost=4,
81
##                                  hdmi_group=1, hdmi_mode=1, disable_overscan=0)
82-
##     [rgh] I think values are 0 and 1 really, and the default 0 for CEA - at least with the latest firmware as of May 25th 2012.
82+
83
#hdmi_safe=1
84
85
## hdmi_force_hotplug
86-
##     1        CEA (Default)
86+
##     Pretends HDMI hotplug signal is asserted so it appears a HDMI display
87
##     is attached
88
##
89
##     Value    Description
90
##     -------------------------------------------------------------------------
91
##     0        Disabled (Default)
92
##     1        Use HDMI mode even if no HDMI monitor is detected
93
##
94
#hdmi_force_hotplug=1
95-
##     2x means pixel doubled (i.e. higher clock rate, with each pixel repeated twice)
95+
96-
##     4x means pixel quadrupled (i.e. higher clock rate, with each pixel repeated four times)
96+
## hdmi_ignore_hotplug
97
##     Pretends HDMI hotplug signal is not asserted so it appears a HDMI
98
##     display is not attached
99
##
100
##     Value    Description
101
##     -------------------------------------------------------------------------
102
##     0        Disabled (Default)
103
##     1        Use composite mode even if HDMI monitor is detected
104
##
105
#hdmi_ignore_hotplug=1 
106
107
## hdmi_drive
108
##     chooses between HDMI and DVI modes
109
##
110
##     Value    Description
111
##     -------------------------------------------------------------------------
112
##     1        Normal DVI mode (No sound)
113
##     2        Normal HDMI mode (Sound will be sent if supported and enabled)
114
##
115
#hdmi_drive=2
116
117
## hdmi_ignore_edid
118
##     Enables the ignoring of EDID/display data
119
##
120
#hdmi_ignore_edid=0xa5000080
121
122
## hdmi_force_edid_audio
123
##     Pretends all audio formats are supported by display, allowing
124
##     passthrough of DTS/AC3 even when not reported as supported.
125
##
126
##     Value    Description
127
##     -------------------------------------------------------------------------
128
##     0        Use EDID provided values (Default)
129
##     1        Pretend all audio formats are supported
130
##
131
#hdmi_force_edid_audio=1
132
133
## hdmi_group
134
##     Defines the HDMI type.
135
##
136
##     Value    Description
137
##     -------------------------------------------------------------------------
138
##     0        Use the preferred group reported by the edid (Default)
139
##     1        CEA
140
##     2        DMT
141
##
142
#hdmi_group=1
143
144
## hdmi_mode
145
##     defines screen resolution in CEA or DMT format
146
##
147
##     H means 16:9 variant (of a normally 4:3 mode).
148
##     2x means pixel doubled (i.e. higher clock rate, with each pixel repeated
149
##                                  twice)
150
##     4x means pixel quadrupled (i.e. higher clock rate, with each pixel
151
##                                     repeated four times)
152
##
153
##     Value    hdmi_group=CEA                  hdmi_group=DMT
154
##     -------------------------------------------------------------------------
155
##     1        VGA                             640x350   85Hz
156
##     2        480p  60Hz                      640x400   85Hz
157
##     3        480p  60Hz  H                   720x400   85Hz
158
##     4        720p  60Hz                      640x480   60Hz
159
##     5        1080i 60Hz                      640x480   72Hz
160
##     6        480i  60Hz                      640x480   75Hz
161
##     7        480i  60Hz  H                   640x480   85Hz
162
##     8        240p  60Hz                      800x600   56Hz
163
##     9        240p  60Hz  H                   800x600   60Hz
164
##     10       480i  60Hz  4x                  800x600   72Hz
165
##     11       480i  60Hz  4x H                800x600   75Hz
166
##     12       240p  60Hz  4x                  800x600   85Hz
167
##     13       240p  60Hz  4x H                800x600   120Hz
168
##     14       480p  60Hz  2x                  848x480   60Hz
169
##     15       480p  60Hz  2x H                1024x768  43Hz  DO NOT USE
170
##     16       1080p 60Hz                      1024x768  60Hz
171
##     17       576p  50Hz                      1024x768  70Hz
172
##     18       576p  50Hz  H                   1024x768  75Hz
173
##     19       720p  50Hz                      1024x768  85Hz
174
##     20       1080i 50Hz                      1024x768  120Hz
175
##     21       576i  50Hz                      1152x864  75Hz
176
##     22       576i  50Hz  H                   1280x768        reduced blanking
177
##     23       288p  50Hz                      1280x768  60Hz
178
##     24       288p  50Hz  H                   1280x768  75Hz
179
##     25       576i  50Hz  4x                  1280x768  85Hz
180
##     26       576i  50Hz  4x H                1280x768  120Hz reduced blanking
181
##     27       288p  50Hz  4x                  1280x800        reduced blanking
182
##     28       288p  50Hz  4x H                1280x800  60Hz
183
##     29       576p  50Hz  2x                  1280x800  75Hz
184
##     30       576p  50Hz  2x H                1280x800  85Hz
185
##     31       1080p 50Hz                      1280x800  120Hz reduced blanking
186
##     32       1080p 24Hz                      1280x960  60Hz
187
##     33       1080p 25Hz                      1280x960  85Hz
188
##     34       1080p 30Hz                      1280x960  120Hz reduced blanking
189
##     35       480p  60Hz  4x                  1280x1024 60Hz
190
##     36       480p  60Hz  4x H                1280x1024 75Hz
191
##     37       576p  50Hz  4x                  1280x1024 85Hz
192
##     38       576p  50Hz  4x H                1280x1024 120Hz reduced blanking
193
##     39       1080i 50Hz  reduced blanking    1360x768  60Hz
194
##     40       1080i 100Hz                     1360x768  120Hz reduced blanking
195
##     41       720p  100Hz                     1400x1050       reduced blanking
196
##     42       576p  100Hz                     1400x1050 60Hz
197
##     43       576p  100Hz H                   1400x1050 75Hz
198
##     44       576i  100Hz                     1400x1050 85Hz
199
##     45       576i  100Hz H                   1400x1050 120Hz reduced blanking
200
##     46       1080i 120Hz                     1440x900        reduced blanking
201
##     47       720p  120Hz                     1440x900  60Hz
202
##     48       480p  120Hz                     1440x900  75Hz
203
##     49       480p  120Hz H                   1440x900  85Hz
204
##     50       480i  120Hz                     1440x900  120Hz reduced blanking
205
##     51       480i  120Hz H                   1600x1200 60Hz
206
##     52       576p  200Hz                     1600x1200 65Hz
207
##     53       576p  200Hz H                   1600x1200 70Hz
208
##     54       576i  200Hz                     1600x1200 75Hz
209
##     55       576i  200Hz H                   1600x1200 85Hz
210-
##     number of pixels to skip on left
210+
211
##     57       480p  240Hz H                   1680x1050       reduced blanking
212
##     58       480i  240Hz                     1680x1050 60Hz
213
##     59       480i  240Hz H                   1680x1050 75Hz
214
##     60                                       1680x1050 85Hz
215-
##     number of pixels to skip on right
215+
216
##     62                                       1792x1344 60Hz
217
##     63                                       1792x1344 75Hz
218
##     64                                       1792x1344 120Hz reduced blanking
219
##     65                                       1856x1392 60Hz
220-
##     number of pixels to skip on top
220+
221
##     67                                       1856x1392 120Hz reduced blanking
222
##     68                                       1920x1200       reduced blanking
223
##     69                                       1920x1200 60Hz
224
##     70                                       1920x1200 75Hz
225-
##     number of pixels to skip on bottom
225+
226
##     72                                       1920x1200 120Hz reduced blanking
227
##     73                                       1920x1440 60Hz
228
##     74                                       1920x1440 75Hz
229
##     75                                       1920x1440 120Hz reduced blanking
230-
##     set to 1 to disable overscan
230+
231
##     77                                       2560x1600 60Hz
232
##     78                                       2560x1600 75Hz
233
##     79                                       2560x1600 85Hz
234
##     80                                       2560x1600 120Hz reduced blanking
235
##     81                                       1366x768  60Hz
236
##     82                                       1080p     60Hz
237
##     83                                       1600x900        reduced blanking
238
##     84                                       2048x1152       reduced blanking
239
##     85                                       720p      60Hz
240
##     86                                       1366x768        reduced blanking
241
##
242
#hdmi_mode=1
243
244-
##     console framebuffer width in pixels. Default is display width minus overscan.
244+
245
##     configure the signal strength of the HDMI interface.
246
##
247
##     Value    Description
248
##     -------------------------------------------------------------------------
249-
##     console framebuffer height in pixels. Default is display height minus overscan.
249+
250
##     1
251
##     2
252
##     3
253
##     4        Try if you have interference issues with HDMI
254-
##     console framebuffer depth in bits per pixel.
254+
255
##     6
256
##     7        Maximum
257
##
258-
##     8        valid, but default RGB palette makes an unreadable screen
258+
259
260-
##     24       looks better but has corruption issues as of 2012/06/15
260+
## hdmi_ignore_cec
261-
##     32       has no corruption issues but needs framebuffer_ignore_alpha=1 and shows the wrong colors as of 2012/06/15
261+
##     Pretends CEC is not supported by TV. Avoids bringing (CEC enabled) TV
262
##     out of standby and channel switch when rebooting.
263
##
264
##     Value    Description
265
##     -------------------------------------------------------------------------
266-
##     set to 1 to disable alpha channel. Helps with 32bit.
266+
##     1        Normal behaviour (Default)
267
##     2        Pretend CEC is not supported by TV
268
##
269
#hdmi_ignore_cec=1
270
271
################################################################################
272
##  Overscan Video Settings
273
################################################################################
274
275
## overscan_left
276
##     Number of pixels to skip on left
277
##
278
#overscan_left=0
279
280-
##     enable test sound/image during boot for manufacturing test.
280+
281
##     Number of pixels to skip on right
282
##
283
#overscan_right=0
284
285
## overscan_top
286
##     Number of pixels to skip on top
287
##
288
#overscan_top=0
289
290
## overscan_bottom
291
##     Number of pixels to skip on bottom
292
##
293
#overscan_bottom=0
294-
##     disable arm access to GPU's L2 cache. Needs corresponding L2 disabled kernel.
294+
295
## disable_overscan
296
##     Set to 1 to disable overscan
297
##
298
##     Value    Description
299
##     -------------------------------------------------------------------------
300
##     0        Overscan Enabled (Default)
301
##     1        Overscan Disabled
302
##
303
#disable_overscan=1
304
305
################################################################################
306
##  Framebuffer Video Settings
307
################################################################################
308-
##     Stops start.elf from filling in ATAGS (memory from 0x100) before launching kernel
308+
309
## framebuffer_width
310
##     Console framebuffer width in pixels. Default is display width minus
311
##     overscan.
312
##
313
#framebuffer_width=0
314
315
## framebuffer_height
316
##     Console framebuffer height in pixels. Default is display height minus
317
##     overscan.
318
##
319
#framebuffer_height=0
320
321
## framebuffer_depth
322
##     Console framebuffer depth in bits per pixel.
323-
##     address to load kernel.img file at
323+
324
##     Value    Description
325
##     -------------------------------------------------------------------------
326
##     8        Valid, but default RGB palette makes an unreadable screen
327
##     16       (Default)
328
##     24       Looks better but has corruption issues as of 2012/06/15
329
##     32       Has no corruption issues but needs framebuffer_ignore_alpha=1
330
##              and shows the wrong colors as of 2012/06/15
331
##
332
#framebuffer_depth=16
333-
##     address to load device_tree at
333+
334
## framebuffer_ignore_alpha
335
##     Set to 1 to disable alpha channel. Helps with 32bit.
336
##
337
##     Value    Description
338-
##     initial uart baud rate. Default 115200
338+
339
##     0        Enable Alpha Channel (Default)
340
##     1        Disable Alpha Channel
341
##
342
#framebuffer_ignore_alpha=0
343-
##     initial uart clock. Default 3000000
343+
344
################################################################################
345
##  Test Settings
346
################################################################################
347
348-
##     initial emmc clock. Default 50000000 (50mhz default. increasing this can speedup your SD-card)
348+
349
##     Enable test sound/image during boot for manufacturing test.
350
##
351
##     Value    Description
352
##     -------------------------------------------------------------------------
353
##     0        Disable Test Mod (Default)
354
##     1        Enable Test Mode
355
##
356
#test_mode=0
357
358
################################################################################
359
##  Cache Settings
360
################################################################################
361
362-
##     frequency of ARM in MHz. Default 700.
362+
363
##     Disable arm access to GPU's L2 cache. Needs corresponding L2 disabled
364
##     kernel.
365
##
366
##     Value    Description
367
##     -------------------------------------------------------------------------
368
##     0        Enable L2 Cache (Default)
369
##     1        Disable L2 cache
370
##
371
#disable_l2cache=0
372-
##     frequency of GPU processor core in MHz. Default 250.
372+
373
################################################################################
374
##  Boot Option Settings
375
################################################################################
376
377-
##     frequency of hardware video block in MHz. Default 250.
377+
378
##     Stops start.elf from filling in ATAGS (memory from 0x100) before
379
##     launching kernel
380
##
381
#disable_commandline_tags=0
382-
##     frequency of image sensor pipeline block in MHz. Default 250.
382+
383
## cmdline (string)
384
##     Command line parameters. Can be used instead of cmdline.txt file
385
##
386
#cmdline=""
387-
##     frequency of 3D block in MHz. Default 250.
387+
388
## kernel (string)
389
##     Alternative name to use when loading kernel.
390
##
391
#kernel=""
392-
##     frequency of SDRAM in MHz. Default 400.
392+
393
## kernel_address
394
##     Address to load kernel.img file at
395
##
396
#kernel_address=0x00000000
397
398
## ramfsfile (string)
399
##     ramfs file to load
400
##
401
#ramfsfile=""
402
403
## ramfsaddr
404
##     Address to load ramfs file at
405
##
406
#ramfsaddr=0x00000000
407
408
## initramfs (string address)
409
##     ramfs file and address to load it at (it's like ramfsfile+ramfsaddr in
410
##     one option).
411
##
412
##     NOTE: this option uses different syntax than all other options - you
413
##           should not use "=" character here.
414
##
415
#initramfs initramf.gz 0x00800000
416
417
## device_tree_address
418
##     Address to load device_tree at
419
##
420
#device_tree_address=0x00000000
421
422
## init_uart_baud
423
##     Initial uart baud rate.
424
##
425
##     Default 115200
426
##
427
#init_uart_baud=115200
428
429
## init_uart_clock
430
##     Initial uart clock.
431
##
432
##     Default 3000000
433
##
434
#init_uart_clock=3000000
435
436
## init_emmc_clock
437
##     Initial emmc clock.
438
##
439
##     Default 50000000 (50mhz. increasing this can speedup your SD-card)
440
##
441
#init_emmc_clock=50000000
442
443
## boot_delay
444
##     Waits for given number of seconds in start.elf before loading kernel.img.
445
##
446
#boot_delay=0
447
448
################################################################################
449
##  Overclocking Settings
450
##
451
##  ARM, SDRAM and GPU each have their own PLLs can can be unrelated
452
##  frequencies.
453
##
454
##  The GPU core, h264, v3d and isp share a PLL, so need to have related
455
##  frequencies.
456
##  PLL will be set to:
457
##    pll_freq = core_freq * 2^n, for smallest n satisfying pll_freq > 600MHz
458
##
459
##  GPU core, h264, v3d and isp should all be integer divisors of PLL freq.
460
##  So if core_freq=480, then pll_freq=960.
461
##  That would allow a v3d_freq/h264_freq/v3d_freq of 320 with an integer
462
##  divider of 3.
463
##
464
################################################################################
465
466
## arm_freq
467
##     Frequency of ARM in MHz.
468
##
469
##     Default 700.
470
##
471
#arm_freq=700
472
473
## gpu_freq
474
##     Sets core_freq, h264_freq, isp_freq, v3d_freq together.
475
##
476
##     Default 250.
477
##
478
#gpu_freq=250
479
480
## core_freq
481
##     Frequency of GPU processor core in MHz. It has an impact on ARM
482
##     performance since it drives L2 cache.
483
##
484
##     Default 250.
485
##
486
#core_freq=250
487
488
## h264_freq
489
##     Frequency of hardware video block in MHz.
490
##
491
##     Default 250.
492
##
493
#h264_freq=250
494
495
## isp_freq
496
##     Frequency of image sensor pipeline block in MHz.
497
##
498
##     Default 250.
499
##
500
#isp_freq=250
501
502
## v3d_freq
503
##     Frequency of 3D block in MHz.
504
##
505
##     Default 250.
506
##
507
#v3d_freq=250
508
509
## sdram_freq
510
##     Frequency of SDRAM in MHz.
511
##
512
##     Default 400.
513
##
514
#sdram_freq=400
515
516
################################################################################
517
##  Voltage Settings
518
##
519
##  WARNING: Setting any of the parameters which over volt your Raspberry Pi
520
##  will set a permanent bit within the SOC and your warranty is void. So If
521
##  you care about the warranty do not adjust voltage.
522
##
523
################################################################################
524
525
## over_voltage
526
##     ARM/GPU core voltage adjust.
527
##
528
##     Value    Description
529
##     -------------------------------------------------------------------------
530
##     -16      0.8   V
531
##     -15      0.825 V
532
##     -14      0.85  V
533
##     -13      0.875 V
534
##     -12      0.9   V
535
##     -11      0.925 V
536
##     -10      0.95  V
537
##     -9       0.975 V
538
##     -8       1.0   V
539
##     -7       1.025 V
540
##     -6       1.05  V
541
##     -5       1.075 V
542
##     -4       1.1   V
543
##     -3       1.125 V
544
##     -2       1.15  V
545
##     -1       1.175 V
546
##     0        1.2   V (Default)
547
##     1        1.225 V
548
##     2        1.25  V
549
##     3        1.275 V
550
##     4        1.3   V
551
##     5        1.325 V
552
##     6        1.35  V
553
##     7        1.375 V
554
##     8        1.4   V
555
##
556
#over_voltage=0
557
558
## over_voltage_sdram
559
##     Sets over_voltage_sdram_c, over_voltage_sdram_i, over_voltage_sdram_p together
560
##
561
##     Value    Description
562
##     -------------------------------------------------------------------------
563
##     -16      0.8   V
564
##     -15      0.825 V
565
##     -14      0.85  V
566
##     -13      0.875 V
567
##     -12      0.9   V
568
##     -11      0.925 V
569
##     -10      0.95  V
570
##     -9       0.975 V
571
##     -8       1.0   V
572
##     -7       1.025 V
573
##     -6       1.05  V
574
##     -5       1.075 V
575
##     -4       1.1   V
576
##     -3       1.125 V
577
##     -2       1.15  V
578
##     -1       1.175 V
579
##     0        1.2   V (Default)
580
##     1        1.225 V
581
##     2        1.25  V
582
##     3        1.275 V
583
##     4        1.3   V
584
##     5        1.325 V
585
##     6        1.35  V
586
##     7        1.375 V
587
##     8        1.4   V
588
##
589
#over_voltage_sdram=0
590
591
## over_voltage_sdram_c
592
##     SDRAM controller voltage adjust.
593
##
594
##     Value    Description
595
##     -------------------------------------------------------------------------
596
##     -16      0.8   V
597
##     -15      0.825 V
598
##     -14      0.85  V
599
##     -13      0.875 V
600
##     -12      0.9   V
601
##     -11      0.925 V
602
##     -10      0.95  V
603
##     -9       0.975 V
604
##     -8       1.0   V
605
##     -7       1.025 V
606
##     -6       1.05  V
607
##     -5       1.075 V
608
##     -4       1.1   V
609
##     -3       1.125 V
610
##     -2       1.15  V
611
##     -1       1.175 V
612
##     0        1.2   V (Default)
613
##     1        1.225 V
614
##     2        1.25  V
615
##     3        1.275 V
616
##     4        1.3   V
617
##     5        1.325 V
618
##     6        1.35  V
619
##     7        1.375 V
620
##     8        1.4   V
621
##
622
#over_voltage_sdram_c=0
623
624
## over_voltage_sdram_i
625
##     SDRAM I/O voltage adjust.
626
##
627
##     Value    Description
628
##     -------------------------------------------------------------------------
629
##     -16      0.8   V
630
##     -15      0.825 V
631
##     -14      0.85  V
632
##     -13      0.875 V
633
##     -12      0.9   V
634
##     -11      0.925 V
635
##     -10      0.95  V
636
##     -9       0.975 V
637
##     -8       1.0   V
638
##     -7       1.025 V
639
##     -6       1.05  V
640
##     -5       1.075 V
641
##     -4       1.1   V
642
##     -3       1.125 V
643
##     -2       1.15  V
644
##     -1       1.175 V
645
##     0        1.2   V (Default)
646
##     1        1.225 V
647
##     2        1.25  V
648
##     3        1.275 V
649
##     4        1.3   V
650
##     5        1.325 V
651
##     6        1.35  V
652
##     7        1.375 V
653
##     8        1.4   V
654
##
655
#over_voltage_sdram_i=0
656
657
## over_voltage_sdram_p
658
##     SDRAM phy voltage adjust.
659
##
660
##     Value    Description
661
##     -------------------------------------------------------------------------
662
##     -16      0.8   V
663
##     -15      0.825 V
664
##     -14      0.85  V
665
##     -13      0.875 V
666
##     -12      0.9   V
667
##     -11      0.925 V
668
##     -10      0.95  V
669
##     -9       0.975 V
670
##     -8       1.0   V
671
##     -7       1.025 V
672
##     -6       1.05  V
673
##     -5       1.075 V
674
##     -4       1.1   V
675
##     -3       1.125 V
676
##     -2       1.15  V
677
##     -1       1.175 V
678
##     0        1.2   V (Default)
679
##     1        1.225 V
680
##     2        1.25  V
681
##     3        1.275 V
682
##     4        1.3   V
683
##     5        1.325 V
684
##     6        1.35  V
685
##     7        1.375 V
686
##     8        1.4   V
687
##
688
#over_voltage_sdram_p=0