diff --git a/bindings/soc/qcom/qcom,helioscom_interface.txt b/bindings/soc/qcom/qcom,helioscom_interface.txt new file mode 100644 index 00000000..4757a083 --- /dev/null +++ b/bindings/soc/qcom/qcom,helioscom_interface.txt @@ -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"; + }; +