Tool/software:
Hi,
we need to reconfigure the MAIN_PLL1 (PER0 PLL) HSDIV1 output from 160MHz to 128MHz to achieve the UART baud rate required for our project.
I've confirmed this works by direcly writing to the PLL1_HSDIV_CTRL1 register from U-Boot (i.e. hack a "mw.l 0x681084 0x0000800e 1" into the boot script), but this hardly seems like a sensible way to do it.
Is there a recommended/supported way of configuring the PLL dividers in the Linux or U-Boot?
Thanks,
Patrick