File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 738738 reg = <0x02100000 0x100000>;
739739 ranges;
740740
741+ crypto: caam@2100000 {
742+ compatible = "fsl,sec-v4.0";
743+ fsl,sec-era = <4>;
744+ #address-cells = <1>;
745+ #size-cells = <1>;
746+ reg = <0x2100000 0x10000>;
747+ ranges = <0 0x2100000 0x10000>;
748+ interrupt-parent = <&intc>;
749+ clocks = <&clks IMX6SX_CLK_CAAM_MEM>,
750+ <&clks IMX6SX_CLK_CAAM_ACLK>,
751+ <&clks IMX6SX_CLK_CAAM_IPG>,
752+ <&clks IMX6SX_CLK_EIM_SLOW>;
753+ clock-names = "mem", "aclk", "ipg", "emi_slow";
754+
755+ sec_jr0: jr0@1000 {
756+ compatible = "fsl,sec-v4.0-job-ring";
757+ reg = <0x1000 0x1000>;
758+ interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
759+ };
760+
761+ sec_jr1: jr1@2000 {
762+ compatible = "fsl,sec-v4.0-job-ring";
763+ reg = <0x2000 0x1000>;
764+ interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
765+ };
766+ };
767+
741768 usbotg1: usb@02184000 {
742769 compatible = "fsl,imx6sx-usb", "fsl,imx27-usb";
743770 reg = <0x02184000 0x200>;
You can’t perform that action at this time.
0 commit comments