swir,hl78xx-offload

Description

Binding for a modem child node that indicates the modem supports
socket offloading. This node is intended to be a child of a modem
device node (for example, `modem: hl_modem { ... };`).

The binding is intentionally small and extensible; it documents a
presence node (compatible = "net,offload-modem-sockets") and a couple
of optional integer properties that the driver may consume.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

max-data-length

int

"Maximum length of a single data payload (bytes) that
the modem can send/receive in one offload operation."

Legal values: 512, 1024, 2048, 4096, 8192

offload-priority

int

"Priority of this offload modem compared to other offload
modems in the system. Lower values indicate higher priority.
The system will prefer to use the offload modem with the
highest priority (lowest value) when multiple offload modems
are available."