Getting 27Mhz from CLKOUT1 of i.MX8

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Getting 27Mhz from CLKOUT1 of i.MX8

326件の閲覧回数
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 件の賞賛
返信
1 返信

282件の閲覧回数
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 件の賞賛
返信