Skip to content

Commit 007b3cf

Browse files
ndreysherbertx
authored andcommitted
arm64: dts: imx8mq: Add CAAM node
Add node for CAAM - Cryptographic Acceleration and Assurance Module. Signed-off-by: Horia Geantă <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]> Cc: Cory Tusar <[email protected]> Cc: Chris Healy <[email protected]> Cc: Lucas Stach <[email protected]> Cc: Herbert Xu <[email protected]> Cc: Shawn Guo <[email protected]> Cc: Iuliana Prodan <[email protected]> Cc: [email protected] Cc: [email protected] Acked-by: Li Yang <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 59b5694 commit 007b3cf

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

arch/arm64/boot/dts/freescale/imx8mq.dtsi

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,36 @@
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>;

0 commit comments

Comments
 (0)