Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ace638f authored by Zhen Kong's avatar Zhen Kong Committed by Gerrit - the friendly Code Review server
Browse files

dt-bindings: smcInvoke : add DT binding entry for SMCInvoke



Add DT binding entry for the SMCInvoke for kona.

Change-Id: I6bc2af21e40af4d177926f21bf4a96878736ebbb
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent f695a5d7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
* SMCInvoke driver to provide transport between TZ and Linux

Required properties:
- compatible : Should be "qcom,smcinvoke"
- reg : should contain memory region address reserved for loading secure apps.

Example:
	qcom_smcinvoke: smcinvoke@87900000 {
		compatible = "qcom,smcinvoke";
		reg = <0x87900000 0x2200000>;
	};