I intend to use external clock generator (5P49V6965) as main clock source for imx8m plus, what should i do ? any reference document that can refer to ?
Hi @Jimmychea
If using external clock generator (5P49V6965) to generate 24MHz and supply to Processor, is that feasible ?
Hi @Jimmychea
From the i.MX 8M Plus Application Processor Reference Manual
5.3.2 Functional Description
The 24MHz oscillator will be used as the primary clock source for the PLLs to generate
the clock for CPU, BUS, and high-speed interfaces. For all PLLs, the 24MHz clock from
the oscillator can be used as the PLL reference clock directly.
The OSC IP used by the 24MHz XTAL module has three modes, Internal clock
generation mode, External clock receive mode and Retention mode.
During internal clock generation mode, a suitable quartz crystal is connected between
PADI and PADO to generate the clock signal at the CK pin.
During external clock generation mode, the cell acts like a buffer, reflecting the PADI
signal at CK.
The RTO (retention enable) signal retains the previous state of all the core input control
signals. Logic at the RTO signal enables the retention operation.
Each XTAL module supports the following modes through register configuration:
• Normal oscillator mode - In normal mode, the XTAL IP generates stable square
wave based on the crystal oscillator input.
• Bypass mode - In bypass mode, an external clock can be input through the XTAL
pad.
Does it means can use external clock generator ?
Hi @Jimmychea ,
Hi @Jimmychea,
We used it as clock source for camera sensors. Below is its Linux driver :
https://www.kernel.org/doc/Documentation/devicetree/bindings/clock/idt%2Cversaclock5.yaml
https://github.com/torvalds/linux/blob/master/drivers/clk/clk-versaclock5.c
https://patchwork.kernel.org/project/linux-clk/patch/20200404161537.2312297-1-aford173@gmail.com/
Regards,
Khang
HI @Jimmychea ,
I am not sure if it is a good idea to use it as main clock source for the CPU. One idea could be using external MCU to pre-configure its registers via I2C interface to output necessary clocks for iMX8MP processor.
Regards,
Khang
how about if use it as main clock source for imx8mp processor ?