ARM: dts: imx6ull: Add dcp node
authorLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Oct 2018 12:37:54 +0000 (12:37 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Nov 2018 02:14:09 +0000 (10:14 +0800)
The DCP block on 6ull has no major differences other than requiring
explicit clock enabling.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ull.dtsi

index 796ed35..f3668fe 100644 (file)
                        reg = <0x02200000 0x100000>;
                        ranges;
 
+                       dcp: crypto@2280000 {
+                               compatible = "fsl,imx6ull-dcp", "fsl,imx28-dcp";
+                               reg = <0x02280000 0x4000>;
+                               interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&clks IMX6ULL_CLK_DCP_CLK>;
+                               clock-names = "dcp";
+                       };
+
                        iomuxc_snvs: iomuxc-snvs@2290000 {
                                compatible = "fsl,imx6ull-iomuxc-snvs";
                                reg = <0x02290000 0x4000>;