OSDN Git Service

Merge "cnss2: Add support for genoa sdio"
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / Documentation / devicetree / bindings / arm / msm / msm_ipc_router_sdio_xprt.txt
1 IPC Router SDIO Transport
2
3 Required properties:
4 -compatible:            should be "qcom,ipc_router_sdio_xprt"
5 -qcom,ch-name:          the SDIO channel name used by the SDIO transport
6 -qcom,xprt-remote:      string that defines the edge of the transport (PIL Name)
7 -qcom,xprt-linkid:      unique integer to identify the tier to which the link
8                         belongs to in the network and is used to avoid the
9                         routing loops while forwarding the broadcast messages
10 -qcom,xprt-version:     unique version ID used by SDIO transport header
11
12 Example:
13         qcom,ipc_router_external_modem_xprt {
14                 compatible = "qcom,ipc_router_sdio_xprt";
15                 qcom,ch-name = "ipc_bridge_sdio";
16                 qcom,xprt-remote = "external-modem";
17                 qcom,xprt-linkid = <1>;
18                 qcom,xprt-version = <3>;
19         };