I'm looking at legacy source in an attempt to find the code that controls the clock signal to the internal UART of a 3703. If I understand correctly, the UART should get 48MHz for proper operation with the OS. And, the clock signal name that drives the UART seems to be CORE_48M_FCLK according to the CPU documentation
Assuming that's the correct signal (is it?) I am unable to locate just how that signal is generated, looking both at my code and the docs. I am interested in how to get 48MHz here, if the main clock is 19.2MHz.
Any help would be appreciated.
Thanks.