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

Commit 295913cb authored by Ajit Kumar's avatar Ajit Kumar
Browse files

bindings: Add device-tree bindings for slatecom interface driver

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

Change-Id: I0851e7e232067dc625142a5fd7de85190eedbd49
parent 7c73ddd1
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
* Slatecom Interface Driver

slatecom_interface driver creates a slate_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,slate-daemon"

Example:
	qcom,slate-daemon {
		compatible = "qcom,slate-daemon";
		};