Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: vfxxx: Add node for CAAM

Add node for CAAM device in NXP Vybrid SoC.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Chris Healy <cphealy@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Andrey Smirnov and committed by
Shawn Guo
493e8733 d4650bd5

+22
+22
arch/arm/boot/dts/vfxxx.dtsi
··· 729 729 dma-names = "rx","tx"; 730 730 status = "disabled"; 731 731 }; 732 + 733 + crypto: crypto@400f0000 { 734 + compatible = "fsl,sec-v4.0"; 735 + #address-cells = <1>; 736 + #size-cells = <1>; 737 + reg = <0x400f0000 0x9000>; 738 + ranges = <0 0x400f0000 0x9000>; 739 + clocks = <&clks VF610_CLK_CAAM>; 740 + clock-names = "ipg"; 741 + 742 + sec_jr0: jr0@1000 { 743 + compatible = "fsl,sec-v4.0-job-ring"; 744 + reg = <0x1000 0x1000>; 745 + interrupts = <102 IRQ_TYPE_LEVEL_HIGH>; 746 + }; 747 + 748 + sec_jr1: jr1@2000 { 749 + compatible = "fsl,sec-v4.0-job-ring"; 750 + reg = <0x2000 0x1000>; 751 + interrupts = <102 IRQ_TYPE_LEVEL_HIGH>; 752 + }; 753 + }; 732 754 }; 733 755 }; 734 756 };