CAAM support on imx6sl-evk board

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

CAAM support on imx6sl-evk board

跳至解决方案
1,256 次查看
sandeepajesh
Contributor III

Hi Experts,

Do we have Linux CAAM driver support on imx6sl-evk board , as I can not see any entry in .dts file. Please help. 

Regards

Sandeep S

标签 (1)
标记 (2)
1 解答
1,033 次查看
art
NXP Employee
NXP Employee

The i.MX6SoloLite processor does not contain the CAAM module in its SoC hardware by its design, so, there is no CAAM support in software for it.


Have a great day,
Artur

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

在原帖中查看解决方案

2 回复数
1,034 次查看
art
NXP Employee
NXP Employee

The i.MX6SoloLite processor does not contain the CAAM module in its SoC hardware by its design, so, there is no CAAM support in software for it.


Have a great day,
Artur

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

1,033 次查看
sandeepajesh
Contributor III

Thanks Artur,

Thanks a lot for your response.  

Artur ,We want to use RNG hardware module available on imx6sl for our use-case. Currently we trying with below changes:-

Kernel Flags enabled:-

CONFIG_HW_RANDOM=y

CONFIG_HAVE_IMX_RNG=y

            CONFIG_HW_RANDOM_IMX_RNG=y

 

Device Tree:-

rng: rng@021b4000 {

                compatible = "fsl,imx6sl-rng", "fsl,imx-rng", "imx-rng";

                reg = <0x021b4000 0x4000>;

                interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;

                clocks = <&clks IMX6SL_CLK_DUMMY>;

            };

Then we are going to use rngtest to testing purpose. Please let me know if I am missing something here.

Regards

Sandeep S

0 项奖励
回复