Hi All,
I'm trying to understand the clocking of the EIM bus with respect to the free run input clock. How exactly is this set up. I would like to output this clock signal on the observability CLKO 1 or 2.
INTENTION:
Utilize EIM_ACLK_FREERUN and continuous burst to work with non muxed Address/Data lines to a CPLD and FPGA. This clock is 43.75 MHz for legacy equipment, and I want to minimize impacts on other devices.
The external signals to the EIM are defined in "Table 22-2 EIM External Signals" EIM_ACLK_FREERUN and can be input via pads: EIM_A25, EIM_D31, EIM_EB3.
Current Understanding:
INITIALLY I thought the PLL3 bypass would allow selection of the FREERUN PIN. HOWEVER, it does not appear that this is passed through the CCM_ANALOG module to the CCM_CLK_SWITCHER. And then onto ACLK_EIM_SLOW_CLK_ROOT.
Section 22.3 Clocks: sources for EIM see CCM, Table 22-4 shows 4 possibilities with two clock roots: aclk_eim_slow_clk_root and ipg_clk_root.
aclk, aclk_slow, and aclk_exsc EIM clocks with root: aclk_eim_slow_clk_root.
HOWEVER, https://community.nxp.com/t5/i-MX-Processors/Using-ACLK-EXSC-for-the-iMX6-EIM-bus/m-p/490804
Indicates BCLK can not be configured as aclk_exsc. leaving just aclk, and aclk_slow.
GOOD NEWS it also indicates aclk_eim_slow_clk_root can be output on CCM_CLKO 1 or 2. So we get observability of aclk_eim_slow_clk_root.
Here I do not see how the free run clock can be an input to generate the ACLK_EIM_SLOW_CLK_ROOT i'm looking for.

CCGR6[CG5] emi_slow_clk_enable
YET the EIM module clearly shows that the FREERUN CLOCK can be selected. Does this follow some other path through the SoC?

Yet in section 22.9.7 EIM Configuration Register (EIM_WCR)
Bit 11: FRUN_ACLK_EN
enables: Free run ACLK enable.
So my confusion is why is the FRUN_ACLK_EN and it's routing potentially through PLL3 Bypass not documented - it is hard to figure out the routing of the signals and how to make it visible on CLKO1/CLKO2.
Any clarifications appreciated.