17ef62cebSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 27ef62cebSEmmanuel Vadot%YAML 1.2 37ef62cebSEmmanuel Vadot--- 47ef62cebSEmmanuel Vadot$id: http://devicetree.org/schemas/sound/qcom,q6adm-routing.yaml# 57ef62cebSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 67ef62cebSEmmanuel Vadot 77ef62cebSEmmanuel Vadottitle: Qualcomm Audio Device Manager (Q6ADM) routing 87ef62cebSEmmanuel Vadot 97ef62cebSEmmanuel Vadotmaintainers: 107ef62cebSEmmanuel Vadot - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 117ef62cebSEmmanuel Vadot - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 127ef62cebSEmmanuel Vadot 137ef62cebSEmmanuel Vadotdescription: 147ef62cebSEmmanuel Vadot Qualcomm Audio Device Manager (Q6ADM) routing node represents routing 157ef62cebSEmmanuel Vadot specific configuration. 167ef62cebSEmmanuel Vadot 17*8bab661aSEmmanuel VadotallOf: 18*8bab661aSEmmanuel Vadot - $ref: dai-common.yaml# 19*8bab661aSEmmanuel Vadot 207ef62cebSEmmanuel Vadotproperties: 217ef62cebSEmmanuel Vadot compatible: 227ef62cebSEmmanuel Vadot enum: 237ef62cebSEmmanuel Vadot - qcom,q6adm-routing 247ef62cebSEmmanuel Vadot 257ef62cebSEmmanuel Vadot "#sound-dai-cells": 267ef62cebSEmmanuel Vadot const: 0 277ef62cebSEmmanuel Vadot 287ef62cebSEmmanuel Vadotrequired: 297ef62cebSEmmanuel Vadot - compatible 307ef62cebSEmmanuel Vadot - "#sound-dai-cells" 317ef62cebSEmmanuel Vadot 32*8bab661aSEmmanuel VadotunevaluatedProperties: false 337ef62cebSEmmanuel Vadot 347ef62cebSEmmanuel Vadotexamples: 357ef62cebSEmmanuel Vadot - | 367ef62cebSEmmanuel Vadot routing { 377ef62cebSEmmanuel Vadot compatible = "qcom,q6adm-routing"; 387ef62cebSEmmanuel Vadot #sound-dai-cells = <0>; 397ef62cebSEmmanuel Vadot }; 40