Commit c2ecd1afb05b9075e0dfdc3fb36aa23a75ee33d8

Authored by Clement Faure
1 parent 628f666294

TEE-427 DTS: imx8mn: add optee node

Add Optee device tree node to enable Optee driver.
The Optee driver is required on imx8mn for the DEK blob encapsulation.

Signed-off-by: Clement Faure <clement.faure@nxp.com>
Acked-by: Ye Li <ye.li@nxp.com>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

arch/arm/dts/fsl-imx8mn-ddr4-evk.dts
... ... @@ -25,6 +25,13 @@
25 25 stdout-path = &uart2;
26 26 };
27 27  
  28 + firmware {
  29 + optee {
  30 + compatible = "linaro,optee-tz";
  31 + method = "smc";
  32 + };
  33 + };
  34 +
28 35 reg_usdhc2_vmmc: regulator-usdhc2 {
29 36 compatible = "regulator-fixed";
30 37 regulator-name = "VSD_3V3";