Getting 27Mhz from CLKOUT1 of i.MX8

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting 27Mhz from CLKOUT1 of i.MX8

246 Views
araja
Contributor III

Hi,

I am trying to get a 27Mhz clock from IMX8MP_CLK_CLKOUT1

Currently, I can generate 24 MHz.

The dts file is as below:

isp@68 {
    compatible = "onnn,ap0202";
    reg = <0x68>;
    assigned-clocks = <&clk IMX8MP_CLK_CLKOUT1_SEL>;
    assigned-clock-parents = <&clk IMX8MP_CLK_24M>;
    assigned-clock-rates = <24000000>;
    clocks = <&clk IMX8MP_CLK_CLKOUT1>;
    clock-names = "extclk";
    #clock-cells = <0>;

   }

Is there a way to get 27 MHz in place of 24 MHz?

Please advise.

Regards,

Arief

0 Kudos
Reply
1 Reply

202 Views
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

Could you try to change the clock parent as this post suggests?

PLL3 can be mapped as ref manual indicates.

josephlinares_0-1706146085012.png

Regards

0 Kudos
Reply