Skip to content

Commit b15e9ea

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

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

arch/arm/boot/dts/imx6sx.dtsi

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

0 commit comments

Comments
 (0)