File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
arch/arm64/boot/dts/freescale Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 728728 status = "disabled";
729729 };
730730
731+ crypto: crypto@30900000 {
732+ compatible = "fsl,sec-v4.0";
733+ #address-cells = <1>;
734+ #size-cells = <1>;
735+ reg = <0x30900000 0x40000>;
736+ ranges = <0 0x30900000 0x40000>;
737+ interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
738+ clocks = <&clk IMX8MQ_CLK_AHB>,
739+ <&clk IMX8MQ_CLK_IPG_ROOT>;
740+ clock-names = "aclk", "ipg";
741+
742+ sec_jr0: jr@1000 {
743+ compatible = "fsl,sec-v4.0-job-ring";
744+ reg = <0x1000 0x1000>;
745+ interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
746+ };
747+
748+ sec_jr1: jr@2000 {
749+ compatible = "fsl,sec-v4.0-job-ring";
750+ reg = <0x2000 0x1000>;
751+ interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
752+ };
753+
754+ sec_jr2: jr@3000 {
755+ compatible = "fsl,sec-v4.0-job-ring";
756+ reg = <0x3000 0x1000>;
757+ interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
758+ };
759+ };
760+
731761 i2c1: i2c@30a20000 {
732762 compatible = "fsl,imx8mq-i2c", "fsl,imx21-i2c";
733763 reg = <0x30a20000 0x10000>;
You can’t perform that action at this time.
0 commit comments