How to generate 24.576MHz(CLKO1) from 24MHz(OSC) in SABRE SD board?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to generate 24.576MHz(CLKO1) from 24MHz(OSC) in SABRE SD board?

跳至解决方案
2,435 次查看
jackeyko
Contributor III

Hi Freescale,

I want to generate 24.576Mhz to CLKO1.

I tried  the CCM configration with Audio PLL register (CCM_ANALOG_PLL_AUDIO / CCM_ANALOG_PLL_AUDIO_NUM / CCM_ANALOG_PLL_AUDIO_DENOM).

pastedImage_0.png

Plase let me konw how to generate 24.576MHz(CLKO1) from 24MHz(OSC) and if possible, provide reference code(clk-imx6q.c).

[Information]

CPU : i.MX6Q 

-SW : imx-3.14.28-1.0.0_ga

Thanks,

标签 (2)
0 项奖励
回复
1 解答
1,963 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jackey

one can try to configure PLL for 737.28MHz (24.576=737.28/30) with

DIV=30, NUM=72, DENOM=100 and dividing with ssi_clk_pred, with ssi_clk_podf,

output ssi_clk_root on CLKO.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,963 次查看
jackeyko
Contributor III

Hi Igor,

I have succeed to generate 24.576Mhz to CLK1 with your configuration.

Thank you so much.

Jackey

0 项奖励
回复
1,963 次查看
jackeyko
Contributor III

Hi Igor,

Thanks for your message.

I understood your PLL configration(DIV=30, NUM=72, DENOM=100).

But How to configure 30 devider(24.576=737.28/30) with ssi_clk_pred and ssi_clk_podf?

[ssi1_clk_pred and ssi1_clk_podf register - 20C_4028h]

pastedImage_5.png

Please let me konw ssi clk pred and ssi clk podf configration.

Thanks,

Jackey

0 项奖励
回复
1,963 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jackey

for 30 divider one can select

ssi_clk_pred=100  (divide by 5)

ssi_clk_podf=101  (divide by 6)

Best regards

igor

0 项奖励
回复
1,964 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jackey

one can try to configure PLL for 737.28MHz (24.576=737.28/30) with

DIV=30, NUM=72, DENOM=100 and dividing with ssi_clk_pred, with ssi_clk_podf,

output ssi_clk_root on CLKO.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复