summaryrefslogtreecommitdiff
path: root/arch/arm/dts/ls1021a-twr-u-boot.dtsi
diff options
context:
space:
mode:
authorGaurav Jain <gaurav.jain@nxp.com>2022-06-23 14:01:35 +0300
committerPeng Fan <peng.fan@nxp.com>2022-08-16 12:07:30 +0300
commit47465877a5b9d6dbc3a068faf24551e2cb3a4911 (patch)
tree6ea5e4c531ab043503980e6a6873d16e3878720b /arch/arm/dts/ls1021a-twr-u-boot.dtsi
parent20d4c6052fe5826b3421e86b2f0e76a6c22581a7 (diff)
downloadu-boot-47465877a5b9d6dbc3a068faf24551e2cb3a4911.tar.xz
ls1021atwr: caam: Enable Uboot validaion in SPL.
caam driver model enabled in spl for secure boot. fsl_rsa_mod_exp driver enabled in spl for validating uboot image. Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
Diffstat (limited to 'arch/arm/dts/ls1021a-twr-u-boot.dtsi')
-rw-r--r--arch/arm/dts/ls1021a-twr-u-boot.dtsi29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/dts/ls1021a-twr-u-boot.dtsi b/arch/arm/dts/ls1021a-twr-u-boot.dtsi
new file mode 100644
index 0000000000..3711e42419
--- /dev/null
+++ b/arch/arm/dts/ls1021a-twr-u-boot.dtsi
@@ -0,0 +1,29 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * Copyright 2022 NXP
+ */
+
+&{/soc} {
+ u-boot,dm-spl;
+ u-boot,dm-pre-reloc;
+};
+
+&crypto {
+ u-boot,dm-spl;
+};
+
+&sec_jr0 {
+ u-boot,dm-spl;
+};
+
+&sec_jr1 {
+ u-boot,dm-spl;
+};
+
+&sec_jr2 {
+ u-boot,dm-spl;
+};
+
+&sec_jr3 {
+ u-boot,dm-spl;
+};