Files
Dinesh K Garg ca28b0ff67 bindings: Add device-tree bindings for smcinvoke driver
Add device-tree bindings documentation to describe the
properties for smcinvoke driver.

Change-Id: I8dffd218ff4f2c860379e70c14e10fa8bcb16bfb
2019-12-02 20:58:45 -08:00

10 lines
210 B
Plaintext

* SMCInvoke driver to provide transport between TZ and Linux
Required properties:
- compatible : Should be "qcom,smcinvoke"
Example:
qcom_smcinvoke: smcinvoke@87900000 {
compatible = "qcom,smcinvoke";
};