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

Commit cc698efe authored by Jay Jayanna's avatar Jay Jayanna
Browse files

dt-bindings: net: qrtr: Add Ethernet Device transport bindings



The QRTR Ethernet driver acts as a transport driver for a device that is
configured as an ethernet endpoint. Document the bindings for this qrtr
transport.

This is dependent on the QTI Ethernet adaption module to enable
communication using ethernet.

Change-Id: Ib96ee45d89a8aef2211233a18d04fb643bb00e14
Signed-off-by: default avatarJay Jayanna <jayanna@codeaurora.org>
parent 2f7448f9
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
QTI QRTR Ethernet Device transport binding

- compatible:
	Usage: required
	Value type: <stringlist>
	Definition: must be "qcom,qrtr-ethernet-dev"

- qcom,net-id:
	Usage: optional
	Value type: <u32>
	Definition: indicates what subnet this transport belongs to. Should be
		    passed into the qrtr core logic to determine if forwarding
		    is needed on this endpoint.

- qcom,low-latency:
	Usage: optional
	Value type: <bool>
	Definition: indicates whether this transport receiving thread needs to
		    be set to realtime priority for enhanced performance.

= EXAMPLE
The following example represents the qrtr ethernet dev transport node on a
device configured as an ethernet endpoint and needs to forward data from the
host to a modem co-processor.

	qcom,eth_dev_qrtr {
		compatible = "qcom,qrtr-ethernet-dev";
		qcom,net-id = <4>;
		qcom,low-latency;
	};