diff options
author | Jason Liu <r64343@freescale.com> | 2013-09-07 01:11:22 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:05:33 -0400 |
commit | fab29f2fa5114c253a2cf5a081cfd9ee8fcea622 (patch) | |
tree | f766b3d133be3a12f4dbdf5cbf471edeabc9c8da /arch | |
parent | 2ca097ca6d2adc9ec8eb27b747550f5168b2f4c2 (diff) |
ENGR00278672-2 ARM: dts: add the imx6qdl.dtsi dts support for crypto/caam
This patch add the imx6qdl.dtsi dts support for crypto/caam
Signed-off-by: Kudrick Jeffery <B37172@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 64b7474d8d13..abf9aec72111 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi | |||
@@ -689,9 +689,29 @@ | |||
689 | reg = <0x02100000 0x100000>; | 689 | reg = <0x02100000 0x100000>; |
690 | ranges; | 690 | ranges; |
691 | 691 | ||
692 | caam@02100000 { | 692 | crypto: caam@2100000 { |
693 | reg = <0x02100000 0x40000>; | 693 | compatible = "fsl,sec-v4.0"; |
694 | interrupts = <0 105 0x04 0 106 0x04>; | 694 | #address-cells = <1>; |
695 | #size-cells = <1>; | ||
696 | reg = <0x2100000 0x40000>; | ||
697 | ranges = <0 0x2100000 0x40000>; | ||
698 | interrupt-parent = <&intc>; /* interrupts = <0 92 0x4>; */ | ||
699 | clocks = <&clks 203>, <&clks 201>, <&clks 202>; | ||
700 | clock-names = "caam_ipg", "caam_mem", "caam_aclk"; | ||
701 | |||
702 | sec_jr0: jr0@1000 { | ||
703 | compatible = "fsl,sec-v4.0-job-ring"; | ||
704 | reg = <0x1000 0x1000>; | ||
705 | interrupt-parent = <&intc>; | ||
706 | interrupts = <0 105 0x4>; | ||
707 | }; | ||
708 | |||
709 | sec_jr1: jr1@2000 { | ||
710 | compatible = "fsl,sec-v4.0-job-ring"; | ||
711 | reg = <0x2000 0x1000>; | ||
712 | interrupt-parent = <&intc>; | ||
713 | interrupts = <0 106 0x4>; | ||
714 | }; | ||
695 | }; | 715 | }; |
696 | 716 | ||
697 | aipstz@0217c000 { /* AIPSTZ2 */ | 717 | aipstz@0217c000 { /* AIPSTZ2 */ |