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