yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | //MPLL power on
|
| 2 | data.set 0x0013b008 %long 0x08040c11
|
| 3 | //UPLL power on
|
| 4 | data.set 0x0013b010 %long 0x08347811
|
| 5 | //DPLL power on, ref clk sel bit25-26, 0=dpll1, 1=sys_clk_in, 2=lte_ref_clk, 3=main_clk
|
| 6 | //data.set 0x0013b018 %long 0x0c040c19
|
| 7 | //GPLL power on
|
| 8 | data.set 0x0013b110 %long 0x08347d29
|
| 9 |
|
| 10 | //M0 select 104M, bit0-1, 0=104, 1=26, 2=78, 3=32k
|
| 11 | data.set 0x0013b038 %long 0x00000005
|
| 12 | //hs_ahb_clk select 104M, bit4-5, 0=104, 1=26, 2=78, 3=32k
|
| 13 | data.set 0x0013b03c %long 0x00000010
|
| 14 |
|
| 15 | //AXI select 156M, bit0-2, 0=156, 1=26, 2=122.88, 3=104, 4=78, 5=52, 6=39
|
| 16 | data.set 0x01306000 %long 0x00010001
|
| 17 | //R7 select 624M, bit0-2, 0=624, 1=26, 2=491.5, 3=312, 4=208, 5=104, 6=78, 7=52
|
| 18 | data.set 0x01306020 %long 0x00000001
|
| 19 | //ZSP880 select 491M, bit0-2, 0=491.52, 1=26, 2=312, 3=208, 4=156, 5=104, 6=78
|
| 20 | data.set 0x01306030 %long 0x00000001
|
| 21 | //A53 select 624M, bit0-2, 0=624, 1=26, 2=491.52, 3=312, 4=208, 5=104, 6=78, 7=52
|
| 22 | data.set 0x01306040 %long 0x00000001 |