Files
android_kernel_samsung_sm87…/bindings/rmnet_ipa3.yaml
Gayathri S a209252b44 dt-bindings: Update all bindings in YAML format
Add yaml versions of bindings files.

Change-Id: I367d0290b2df1e678a2f0e6ace76283de6c74daa
Signed-off-by: Gayathri S <quic_sgayathr@quicinc.com>
2024-01-29 23:30:59 +05:30

28 lines
804 B
YAML

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
title: Qualcomm Technologies, Inc. RmNet IPA driver module
description:
This module enables embedded data calls using IPA v3 HW.
Required properties:
- compatible: Must be "qcom,rmnet-ipa3"
Optional:
- qcom,rmnet-ipa-ssr: determine if modem SSR is supported
- qcom,ipa-platform-type-msm: indicates the platform type is msm or not
- qcom,ipa-advertise-sg-support: determine how to respond to a query
regarding scatter-gather capability
- qcom,ipa-napi-enable: Boolean context flag to indicate whether
to enable napi framework or not
- qcom,wan-rx-desc-size: size of WAN rx desc fifo ring, default is 256
Example:
qcom,rmnet-ipa3 {
compatible = "qcom,rmnet-ipa3";
qcom,wan-rx-desc-size = <256>;
}