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,q6core.yaml# 5*8bab661aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*8bab661aSEmmanuel Vadot 7*8bab661aSEmmanuel Vadottitle: Qualcomm Audio Core (Q6Core) 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: /schemas/soc/qcom/qcom,apr-services.yaml# 15*8bab661aSEmmanuel Vadot 16*8bab661aSEmmanuel Vadotproperties: 17*8bab661aSEmmanuel Vadot compatible: 18*8bab661aSEmmanuel Vadot enum: 19*8bab661aSEmmanuel Vadot - qcom,q6core 20*8bab661aSEmmanuel Vadot 21*8bab661aSEmmanuel Vadotrequired: 22*8bab661aSEmmanuel Vadot - compatible 23*8bab661aSEmmanuel Vadot 24*8bab661aSEmmanuel VadotunevaluatedProperties: false 25*8bab661aSEmmanuel Vadot 26*8bab661aSEmmanuel Vadotexamples: 27*8bab661aSEmmanuel Vadot - | 28*8bab661aSEmmanuel Vadot #include <dt-bindings/soc/qcom,apr.h> 29*8bab661aSEmmanuel Vadot 30*8bab661aSEmmanuel Vadot apr { 31*8bab661aSEmmanuel Vadot #address-cells = <1>; 32*8bab661aSEmmanuel Vadot #size-cells = <0>; 33*8bab661aSEmmanuel Vadot 34*8bab661aSEmmanuel Vadot service@3 { 35*8bab661aSEmmanuel Vadot compatible = "qcom,q6core"; 36*8bab661aSEmmanuel Vadot reg = <APR_SVC_ADSP_CORE>; 37*8bab661aSEmmanuel Vadot qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 38*8bab661aSEmmanuel Vadot }; 39*8bab661aSEmmanuel Vadot }; 40