bindings: Add device-tree bindings for helioscom SPI driver

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

Change-Id: Id0e5ef1e3a646ad010cc59804a6aaceb0a103562
This commit is contained in:
Anurudh Kumar Tiwari
2022-01-03 16:13:06 +05:30
parent 2a331b7d18
commit aa2e99e1b2

View File

@@ -0,0 +1,21 @@
* Helios Coprocessor Communication Driver
helioscom_spi driver provides a set of apis to perform
register, fifo, ahb read and write operations with helios
over spi interface. It also reads helios status and
sends events to the registered clients.
Required properties:
- compatible: Must be "qcom,helios-spi"
Optional properties:
- qcom,irq-gpio: IRQ used by the helios to inturrupt MSM.
Example:
qcom,helios-spi {
compatible = "qcom,helios-spi";
compatible = "qcom,helios-spi";
interrupt-parent = <&tlmm>;
/* IRQ from helios */
qcom,irq-gpio = <&tlmm 41 1>;
};