Signed-off-by: Steffen Trumtrar <s.trumtrar@xxxxxxxxxxxxxx> --- arch/arm/dts/imx6qdl.dtsi | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/arch/arm/dts/imx6qdl.dtsi b/arch/arm/dts/imx6qdl.dtsi index 828be9ce0dbb..d5e7ee2fe547 100644 --- a/arch/arm/dts/imx6qdl.dtsi +++ b/arch/arm/dts/imx6qdl.dtsi @@ -1,3 +1,4 @@ +#include <dt-bindings/clock/imx6qdl-clock.h> / { aliases { @@ -7,4 +8,26 @@ pwm3 = &pwm4; ipu0 = &ipu1; }; + + crypto: caam@2100000 { + compatible = "fsl,sec-v4.0", "simple-bus"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0x2100000 0x1000>; + ranges = <0 0x2100000 0x40000>; + clocks = <&clks IMX6QDL_CAAM_MEM>, + <&clks IMX6QDL_CAAM_ACLK>, + <&clks IMX6QDL_CAAM_IPG>, + <&clks IMX6QDL_CLK_EIM_SLOW>; + clock-names = "caam_mem", "caam_aclk", "caam_ipg", "caam_emi_slow"; + interrupt-parent = <&intc>; + + sec_jr0: jr0@1000 { + compatible = "fsl,sec-v4.0-job-ring"; + reg = <0x1000 0x1000>; + interrupt-parent = <&intc>; + interrupts = <0 105 0x4>; + }; + + }; }; -- 2.6.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox