summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi
diff options
context:
space:
mode:
authorGaurav Jain <gaurav.jain@nxp.com>2022-03-24 11:50:32 +0530
committerStefano Babic <sbabic@denx.de>2022-04-12 11:18:34 +0200
commit0b9c444559df7910d0bfff3f52ac17c6d3ba209c (patch)
tree918e4ee5c3ab64c9ef707249c46ca54b201741a3 /arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi
parent75d3a9f8fd2f052bdba2a2ecc0969505a211afbb (diff)
i.MX8: Add crypto node in device tree
i.MX8(QM/QXP) - updated device tree for supporting DM in SPL. disabled use of JR1 in SPL and uboot, as JR1 is reserved for SECO FW. Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi')
-rw-r--r--arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi34
1 files changed, 33 insertions, 1 deletions
diff --git a/arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi b/arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi
index 9e0d264b71f..a95209e1419 100644
--- a/arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi
+++ b/arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright 2018 NXP
+ * Copyright 2018, 2021 NXP
*/
&{/imx8qm-pm} {
@@ -80,6 +80,22 @@
u-boot,dm-spl;
};
+&pd_caam {
+ u-boot,dm-spl;
+};
+
+&pd_caam_jr1 {
+ u-boot,dm-spl;
+};
+
+&pd_caam_jr2 {
+ u-boot,dm-spl;
+};
+
+&pd_caam_jr3 {
+ u-boot,dm-spl;
+};
+
&gpio0 {
u-boot,dm-spl;
};
@@ -126,3 +142,19 @@
sd-uhs-sdr104;
sd-uhs-ddr50;
};
+
+&crypto {
+ u-boot,dm-spl;
+};
+
+&sec_jr1 {
+ u-boot,dm-spl;
+};
+
+&sec_jr2 {
+ u-boot,dm-spl;
+};
+
+&sec_jr3 {
+ u-boot,dm-spl;
+};