MLKU-25-2 ARM: dts: imx: add secure memory

This is a rework of the following i.MX BSP commits
(rel_imx_4.19.35_1.1.0_rc2):

e16519004971 ("MLK-12339 Security: Missing caam support.")
dfc914b909cd ("ARM: dts: imx6ul: Add caam")
9d9ca7a03e3b ("MLK-11922 i.mx6: Linux 3.14.28 CAAM & SNVS enabled by default. JTAG, DS-5 attachment causes exceptions")
42993884b16f ("MLK-18082: ARM: dts: imx: Change size of caam-sm to correct size")

Signed-off-by: Dan Douglass <dan.douglass@nxp.com>
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
This commit is contained in:
Horia Geantă 2019-09-29 12:45:20 +03:00 committed by Dong Aisheng
parent bd7968b6f1
commit c685791ca6
4 changed files with 20 additions and 0 deletions

View File

@ -270,6 +270,11 @@
clocks = <&clks IMX6SX_CLK_APBH_DMA>;
};
caam_sm: caam-sm@100000 {
compatible = "fsl,imx6q-caam-sm";
reg = <0x100000 0x3fff>;
};
gpmi: gpmi-nand@1806000{
compatible = "fsl,imx6sx-gpmi-nand";
#address-cells = <1>;

View File

@ -223,6 +223,11 @@
clocks = <&clks IMX6UL_CLK_APBHDMA>;
};
caam_sm: caam-sm@100000 {
compatible = "fsl,imx7d-caam-sm", "fsl,imx6q-caam-sm";
reg = <0x100000 0x3fff>;
};
gpmi: gpmi-nand@1806000 {
compatible = "fsl,imx6q-gpmi-nand";
#address-cells = <1>;

View File

@ -193,6 +193,11 @@
};
};
caam_sm: caam-sm@100000 {
compatible = "fsl,imx7d-caam-sm", "fsl,imx6q-caam-sm";
reg = <0x100000 0x8000>;
};
funnel@30083000 {
compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
reg = <0x30083000 0x1000>;

View File

@ -109,6 +109,11 @@
reg = <0x1fffc000 0x4000>;
};
caam_sm: caam-sm@26000000 {
compatible = "fsl,imx6q-caam-sm";
reg = <0x26000000 0x8000>;
};
ahbbridge0: bus@40000000 {
compatible = "simple-bus";
#address-cells = <1>;