yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | //MPLL power on 624M
|
| 2 | data.set 0x0013b010 %long 0x08040c09
|
| 3 | //APLL power on 832M
|
| 4 | data.set 0x0013b018 %long 0x08041009
|
| 5 | //UPLL power on 480M
|
| 6 | data.set 0x0013b020 %long 0x08347809
|
| 7 | //DPLL power on 26M
|
| 8 | data.set 0x0013b028 %long 0x0a040c19
|
| 9 |
|
| 10 | //AXI select 156M, bit0-2, 0=156, 1=26, 2=122.88, 3=104, 4=78, 5=52
|
| 11 | data.set 0x01307000 %long 0x00010010
|
| 12 | //M0 select 208M, bit0-2, 0=208, 1=26, 2=156, 3=104, 4=52, 5=32k
|
| 13 | data.set 0x0013b050 %long 0x00000100
|
| 14 | //R7 select 624M, bit0-3, 0=832, 1=26, 2=624, 3=491.52, 4=312, 5=208, 6=104, 7=78, 8=52, 9=156, a=245.76, b=416
|
| 15 | data.set 0x01307020 %long 0x00000212
|
| 16 | //ZSP880 select 416M, bit0-3, 0=122.88, 1=26, 2=624, 3=491.52, 4=312, 5=208, 6=104, 7=78, 8=156
|
| 17 | data.set 0x01307030 %long 0x00000212 |