Rtwo/kernel/motorola/sm8550-devicetrees/bindings/soc/qcom/qcom,slatecom_spi.txt
2025-09-30 19:22:48 -05:00

22 lines
580 B
Text

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