Commit f90931ae authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo

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: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 588b17ed
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment