dt-bindings: Add devicetree binding for msm-cdsp-loader

Add bindings for msm-cdsp-loader.

Change-Id: I5f23d5760d49206109488ce95fc9485761d5f0e7
Signed-off-by: Vamsi Krishna Gattupalli <quic_vgattupa@quicinc.com>
This commit is contained in:
Vamsi Krishna Gattupalli
2024-03-21 11:18:47 +05:30
parent 641eb6f7ca
commit c87ed7b1e4

View File

@@ -0,0 +1,30 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: "http://devicetree.org/schemas/qdsp/msm-cdsp-loader.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
title: Qualcomm Technologies, Inc. CDSP Loader Driver
description:
The MSM CDSP Loader driver implements a mechanism to load the Compute
CDSP firmware images.
maintainers:
- Anirudh Raghavendra <quic_araghave@quicinc.com>
additionalProperties: false
properties:
compatible :
items:
- const: qcom,msm-cdsp-loader
- const: qcom,proc-img-to-load
required:
- compatible
examples:
- |
qcom,msm-cdsp-loader {
compatible = "qcom,cdsp-loader";
qcom,proc-img-to-load = "cdsp";
};