PLL values (i.MX8 plus)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PLL values (i.MX8 plus)

1,084 Views
Zhaegar
Contributor I

Good Evening,

I am doing a bare metal boot & OS for the i.MX8 plus (MIMX8ML8CVNKZAB). Currently I can't find any values for things like 'PLL_MAIN_DIV' or 'PLL_MFREQ_CTL'. These bits are written to but there has been no explaination how they derived, I have ownly found Uboot abstracted data... If anyone can help that'd be great.

0 Kudos
Reply
1 Reply

974 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @Zhaegar 

 

The PLL formula from reference manual.

FOUT=((m + k/65536) × FIN) / (p × 2^s)

• Where, 1 ≤ p ≤ 63, 64 ≤ m ≤ 1023, 0 ≤ s ≤ 6, -32768 ≤ k ≤ 32767

Zhiming_Liu_0-1765502520039.png

 





Best Regards,
Zhiming

0 Kudos
Reply