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

20 lines
563 B
Text

* Slatecom RPMSG Driver
slatecom_rpmsg driver provides functionality
to send and receive data over Glink from slate co processor.
Required properties:
- compatible: Must be "qcom,slatecom-rpmsg"
- qcom,glink-channels specifies the glink channel name
- qcom,glinkpkt-edge specifies the glink edge to match
Optional properties:
- intents specifies the size and count of intents to glink
Example:
qcom,slatecom-rpmsg {
compatible = "qcom,slatecom-rpmsg";
qcom,glink-channels = "slate_ctrl";
qcom,glinkpkt-edge = "slate";
intents = <0x200 1>;
};