Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a91c60e authored by Sarannya S's avatar Sarannya S
Browse files

bindings: mproc: add smdpkt.txt

Update bindings for smd pkt driver

Change-Id: I9138949fb85fdd559dc776066f45f7c5fd5a26d6
parent b91e99c1
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
Qualcomm Technologies, Inc. Shared Memory Packet Driver (smdpkt)

[Root level node]
Required properties:
-compatible : should be "qcom,smdpkt"

[Second level nodes]
qcom,smdpkt-port-names
Required properties:
-qcom,smdpkt-remote : the remote subsystem name
-qcom,smdpkt-port-name : the smd channel name
-qcom,smdpkt-dev-name : the smdpkt device name

Example:

	qcom,smdpkt {
		compatible = "qcom,smdpkt";

		qcom,smdpkt-data5-cntl {
			qcom,smdpkt-remote = "modem";
			qcom,smdpkt-port-name = "DATA5_CNTL";
			qcom,smdpkt-dev-name = "smdcntl0";
		};

		qcom,smdpkt-data6-cntl {
			qcom,smdpkt-remote = "modem";
			qcom,smdpkt-port-name = "DATA6_CNTL";
			qcom,smdpkt-dev-name = "smdcntl1";
		};

		qcom,smdpkt-cxm-qmi-port-8064 {
			qcom,smdpkt-remote = "wcnss";
			qcom,smdpkt-port-name = "CXM_QMI_PORT_8064";
			qcom,smdpkt-dev-name = "smd_cxm_qmi";
		};

		qcom,smdpkt-loopback {
			qcom,smdpkt-remote = "modem";
			qcom,smdpkt-port-name = "LOOPBACK";
			qcom,smdpkt-dev-name = "smd_pkt_loopback";
		};
	};