Skip to content

Commit d462ce9

Browse files
Victoria Milhoanherbertx
authored andcommitted
ARM: dts: mx6qdl: Add CAAM device node
Add CAAM device node to the i.MX6 device tree. Signed-off-by: Victoria Milhoan <[email protected]> Tested-by: Horia Geantă <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent dd503f6 commit d462ce9

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

arch/arm/boot/dts/imx6qdl.dtsi

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,10 +836,31 @@
836836
reg = <0x02100000 0x100000>;
837837
ranges;
838838

839-
caam@02100000 {
840-
reg = <0x02100000 0x40000>;
841-
interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>,
842-
<0 106 IRQ_TYPE_LEVEL_HIGH>;
839+
crypto: caam@2100000 {
840+
compatible = "fsl,sec-v4.0";
841+
fsl,sec-era = <4>;
842+
#address-cells = <1>;
843+
#size-cells = <1>;
844+
reg = <0x2100000 0x10000>;
845+
ranges = <0 0x2100000 0x10000>;
846+
interrupt-parent = <&intc>;
847+
clocks = <&clks IMX6QDL_CLK_CAAM_MEM>,
848+
<&clks IMX6QDL_CLK_CAAM_ACLK>,
849+
<&clks IMX6QDL_CLK_CAAM_IPG>,
850+
<&clks IMX6QDL_CLK_EIM_SLOW>;
851+
clock-names = "mem", "aclk", "ipg", "emi_slow";
852+
853+
sec_jr0: jr0@1000 {
854+
compatible = "fsl,sec-v4.0-job-ring";
855+
reg = <0x1000 0x1000>;
856+
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
857+
};
858+
859+
sec_jr1: jr1@2000 {
860+
compatible = "fsl,sec-v4.0-job-ring";
861+
reg = <0x2000 0x1000>;
862+
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
863+
};
843864
};
844865

845866
aipstz@0217c000 { /* AIPSTZ2 */

0 commit comments

Comments
 (0)