CAAM support on imx6sl-evk board

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

CAAM support on imx6sl-evk board

ソリューションへジャンプ
1,196件の閲覧回数
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 解決策
973件の閲覧回数
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 返答(返信)
974件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------

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