xref: /freebsd/sys/contrib/device-tree/Bindings/sound/qcom,q6apm-dai.yaml (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
28cc087a1SEmmanuel Vadot%YAML 1.2
38cc087a1SEmmanuel Vadot---
4*f126890aSEmmanuel Vadot$id: http://devicetree.org/schemas/sound/qcom,q6apm-dai.yaml#
5*f126890aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68cc087a1SEmmanuel Vadot
78bab661aSEmmanuel Vadottitle: Qualcomm Audio Process Manager Digital Audio Interfaces
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadotmaintainers:
108cc087a1SEmmanuel Vadot  - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
118cc087a1SEmmanuel Vadot
128cc087a1SEmmanuel Vadotdescription: |
138cc087a1SEmmanuel Vadot  This binding describes the Qualcomm APM DAIs in DSP
148cc087a1SEmmanuel Vadot
158cc087a1SEmmanuel Vadotproperties:
168cc087a1SEmmanuel Vadot  compatible:
178cc087a1SEmmanuel Vadot    const: qcom,q6apm-dais
188cc087a1SEmmanuel Vadot
198cc087a1SEmmanuel Vadot  iommus:
20cb7aa33aSEmmanuel Vadot    minItems: 1
21cb7aa33aSEmmanuel Vadot    maxItems: 2
228cc087a1SEmmanuel Vadot
238cc087a1SEmmanuel Vadotrequired:
248cc087a1SEmmanuel Vadot  - compatible
258cc087a1SEmmanuel Vadot  - iommus
268cc087a1SEmmanuel Vadot
278cc087a1SEmmanuel VadotadditionalProperties: false
288cc087a1SEmmanuel Vadot
298cc087a1SEmmanuel Vadotexamples:
308cc087a1SEmmanuel Vadot  - |
317ef62cebSEmmanuel Vadot    dais {
328cc087a1SEmmanuel Vadot        compatible = "qcom,q6apm-dais";
338cc087a1SEmmanuel Vadot        iommus = <&apps_smmu 0x1801 0x0>;
348cc087a1SEmmanuel Vadot    };
35