mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-21 06:50:25 +00:00
17 lines
298 B
Text
17 lines
298 B
Text
![]() |
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright 2025 Actia Nordic AB
|
||
|
*/
|
||
|
|
||
|
&crypto {
|
||
|
compatible = "fsl,imx8qxp-caam", "fsl,sec-v4.0";
|
||
|
};
|
||
|
|
||
|
&sec_jr2 {
|
||
|
compatible = "fsl,imx8qxp-job-ring", "fsl,sec-v4.0-job-ring";
|
||
|
};
|
||
|
|
||
|
&sec_jr3 {
|
||
|
compatible = "fsl,imx8qxp-job-ring", "fsl,sec-v4.0-job-ring";
|
||
|
};
|