File tree Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments