Commit 493e8733 authored by Andrey Smirnov's avatar Andrey Smirnov Committed by Shawn Guo

ARM: dts: vfxxx: Add node for CAAM

Add node for CAAM device in NXP Vybrid SoC.
Signed-off-by: default avatarAndrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: default avatarChris Healy <cphealy@gmail.com>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d4650bd5
...@@ -729,6 +729,28 @@ i2c3: i2c@400e7000 { ...@@ -729,6 +729,28 @@ i2c3: i2c@400e7000 {
dma-names = "rx","tx"; dma-names = "rx","tx";
status = "disabled"; status = "disabled";
}; };
crypto: crypto@400f0000 {
compatible = "fsl,sec-v4.0";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x400f0000 0x9000>;
ranges = <0 0x400f0000 0x9000>;
clocks = <&clks VF610_CLK_CAAM>;
clock-names = "ipg";
sec_jr0: jr0@1000 {
compatible = "fsl,sec-v4.0-job-ring";
reg = <0x1000 0x1000>;
interrupts = <102 IRQ_TYPE_LEVEL_HIGH>;
};
sec_jr1: jr1@2000 {
compatible = "fsl,sec-v4.0-job-ring";
reg = <0x2000 0x1000>;
interrupts = <102 IRQ_TYPE_LEVEL_HIGH>;
};
};
}; };
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment