bindings: Add device-tree bindings for heliosecom interface driver

Add device-tree bindings documentation describing the properties
for the helioscom interface driver.

Change-Id: I1046513d593a474c51df5aa4487015015debda77
This commit is contained in:
Anurudh Kumar Tiwari
2022-01-03 16:16:23 +05:30
committed by Gerrit - the friendly Code Review server
parent aa2e99e1b2
commit ba91ab694f

View File

@@ -0,0 +1,16 @@
* Helioscom Interface Driver
helioscom_interface driver creates a helios_com_dev device
node for user space communication. Single user space
client can open device node for communication from hardware.
Hardware will provide access to read/write registers or AHB
memory in the device.
Required properties:
- compatible: Must be "qcom,helios-daemon"
Example:
qcom,helios-daemon {
compatible = "qcom,helios-daemon";
};