arm64: dts: ls1028a: add optee node

Add the optee node which can either be enabled by a specific board or by
the bootloader.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Michael Walle
2020-11-15 23:53:14 +01:00
committed by Shawn Guo
parent 588b17eda1
commit f90931aeef

View File

@@ -90,6 +90,14 @@ dpclk: clock-controller@f1f0000 {
clocks = <&osc_27m>;
};
firmware {
optee {
compatible = "linaro,optee-tz";
method = "smc";
status = "disabled";
};
};
reboot {
compatible ="syscon-reboot";
regmap = <&rst>;