summaryrefslogtreecommitdiff
path: root/bindings/smcinvoke/smcinvoke.txt
blob: a0e201c83bf4a671a47d205d40fb1cd2ba1700fb (plain)
1
2
3
4
5
6
7
8
9
10
11
* 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>;
	};