1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/sound/qcom,q6apm-lpass-dais.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Qualcomm DSP LPASS (Low Power Audio SubSystem) Audio Ports
8
9maintainers:
10  - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
11  - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
12
13properties:
14  compatible:
15    enum:
16      - qcom,q6apm-lpass-dais
17
18  '#sound-dai-cells':
19    const: 1
20
21required:
22  - compatible
23  - '#sound-dai-cells'
24
25additionalProperties: false
26
27examples:
28  - |
29    dais {
30        compatible = "qcom,q6apm-lpass-dais";
31        #sound-dai-cells = <1>;
32    };
33