20 lines
563 B
Text
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>;
|
|
};
|