imx93_frdm: Add OP-TEE device tree node

Add missing firmware/optee node, so is can be both used and copied into
Linux device tree by optee_copy_firmware_node(). This is consistent with
other i.MX93 boards.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
This commit is contained in:
Mathieu Dubois-Briand
2026-07-27 11:30:51 -03:00
committed by Fabio Estevam
parent ba1a95aef3
commit 099fc6eda5
@@ -12,6 +12,13 @@
bootph-pre-ram;
bootph-some-ram;
};
firmware {
optee {
compatible = "linaro,optee-tz";
method = "smc";
};
};
};
&A55_0 {