Add new bindings for CPU MPAM. Change-Id: I856a137958140d1bc34cdfeadf5ddda4030a5c62 Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
35 lines
789 B
YAML
35 lines
789 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/soc/qcom/qcom,mpam.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Qualcomm Technologies, Inc. (QTI) MPAM Driver
|
|
|
|
maintainers:
|
|
- avajid@quicinc.com <quic_avajid@quicinc.com>
|
|
- gurbaror@quicinc.com <quic_gurbaror@quicinc.com>
|
|
- Huang Yiwei <quic_hyiwei@quicinc.com>
|
|
|
|
description: |
|
|
The Qualcomm Technologies, Inc. (QTI) MPAM Driver provides raw APIs to
|
|
communicate MPAM configuration settings with CPUCP firmware via
|
|
consolidated SCMI protocol.
|
|
|
|
properties:
|
|
compatible:
|
|
items:
|
|
- const: qcom,mpam
|
|
|
|
required:
|
|
- compatible
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
qcom_mpam: qcom,mpam {
|
|
compatible = "qcom,mpam";
|
|
};
|
|
...
|