Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
Extension
.yaml
Size
7604 bytes
Lines
304
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/remoteproc/qcom,sm8550-pas.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Qualcomm SM8550 Peripheral Authentication Service

maintainers:
  - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

description:
  Qualcomm SM8550 SoC Peripheral Authentication Service loads and boots firmware
  on the Qualcomm DSP Hexagon cores.

properties:
  compatible:
    oneOf:
      - enum:
          - qcom,sdx75-mpss-pas
          - qcom,sm8550-adsp-pas
          - qcom,sm8550-cdsp-pas
          - qcom,sm8550-mpss-pas
          - qcom,sm8650-adsp-pas
          - qcom,sm8650-cdsp-pas
          - qcom,sm8650-mpss-pas
          - qcom,sm8750-mpss-pas
          - qcom,x1e80100-adsp-pas
          - qcom,x1e80100-cdsp-pas
      - items:
          - enum:
              - qcom,glymur-adsp-pas
              - qcom,hawi-adsp-pas
              - qcom,kaanapali-adsp-pas
              - qcom,sm8750-adsp-pas
          - const: qcom,sm8550-adsp-pas
      - items:
          - enum:
              - qcom,glymur-cdsp-pas
              - qcom,hawi-cdsp-pas
              - qcom,kaanapali-cdsp-pas
          - const: qcom,sm8550-cdsp-pas
      - items:
          - const: qcom,sm8750-cdsp-pas
          - const: qcom,sm8650-cdsp-pas

  reg:
    maxItems: 1

  clocks:
    items:
      - description: XO clock

  clock-names:
    items:
      - const: xo

  qcom,qmp:
    $ref: /schemas/types.yaml#/definitions/phandle
    description: Reference to the AOSS side-channel message RAM.

  smd-edge: false

  firmware-name:
    items:
      - description: Firmware name of the Hexagon core
      - description: Firmware name of the Hexagon Devicetree

  memory-region:
    minItems: 2

Annotation

Implementation Notes