blob: 15f1239dab244f8b941c8010a08bff107f2d24e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// 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";
};
|