Hi all,
We found that in the AM335x TRM, there is the description in 8.1.6.9 MPU PLL Description as below:
For example:
For a frequency for MPU, say 600 MHz, the ADPLLS is configured (PLL locked at 1200 MHz and M2
Divider =1) so as to expect CLKOUT = 600 MHz .
Here,
fDPLL = (M * CLKINP)/(N+1) ; CLKOUT = [M / (N+1)] * CLKINP * [1/M2]
so it should be CLKOUT = fDPLL/M2
fDPLL is 1200MHz, and M2 is 1, why CLKOUT is 600MHz,
Is there any typo here or other specific expression ?
Thanks!
Yaoming