dts: nxp2160ardb: add op-tee node

A defconfig is added on lx2160ardb which allows UEFI variable management
via OP-TEE. Enable the the node in the relevant DTS file.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
Ilias Apalodimas 2020-05-17 22:25:49 +03:00 committed by Heinrich Schuchardt
parent 8a76363712
commit 7f44c7e281

View file

@ -428,4 +428,10 @@
#size-cells = <0>;
status = "disabled";
};
firmware {
optee {
compatible = "linaro,optee-tz";
method = "smc";
};
};
};