Files
android_kernel_samsung_sm87…/bindings/ipa_mpm.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

29 lines
860 B
YAML

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
title: Qualcomm Technologies, Inc. IPA MHI Prime Manager driver module
description:
This module enables IPA Modem to IPA APQ communication using
MHI Prime.
Required properties:
- compatible: Must be "qcom,ipa-mpm"
- qcom,mhi-chdb-base: MHI channel doorbell base address in MMIO space.
- qcom,mhi-erdb-base: MHI event doorbell base address in MMIO space.
Optional:
- qcom,iova-mapping: Start address and size of the carved IOVA space
dedicated for MHI control structures
(such as transfer rings, event rings, doorbells).
If not present, SMMU S1 is considered to be in bypass mode.
Example:
ipa_mpm: qcom,ipa-mpm {
compatible = "qcom,ipa-mpm";
qcom,mhi-chdb-base = <0x40300300>;
qcom,mhi-erdb-base = <0x40300700>;
qcom,iova-mapping = <0x10000000 0x1FFFFFFF>;
}