1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom, 4 $id: http://devicetree.org/schemas/sound/qcom,lpass-va-macro.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: LPASS(Low Power Audio Subsystem) VA Mac 7 title: LPASS(Low Power Audio Subsystem) VA Macro audio codec 8 8 9 maintainers: 9 maintainers: 10 - Srinivas Kandagatla <srinivas.kandagatla@li 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 11 11 12 properties: 12 properties: 13 compatible: 13 compatible: 14 oneOf: !! 14 enum: 15 - enum: !! 15 - qcom,sc7280-lpass-va-macro 16 - qcom,sc7280-lpass-va-macro !! 16 - qcom,sm8250-lpass-va-macro 17 - qcom,sm8250-lpass-va-macro !! 17 - qcom,sm8450-lpass-va-macro 18 - qcom,sm8450-lpass-va-macro !! 18 - qcom,sm8550-lpass-va-macro 19 - qcom,sm8550-lpass-va-macro !! 19 - qcom,sc8280xp-lpass-va-macro 20 - qcom,sc8280xp-lpass-va-macro << 21 - items: << 22 - enum: << 23 - qcom,sm8650-lpass-va-macro << 24 - qcom,x1e80100-lpass-va-macro << 25 - const: qcom,sm8550-lpass-va-macro << 26 20 27 reg: 21 reg: 28 maxItems: 1 22 maxItems: 1 29 23 30 "#sound-dai-cells": 24 "#sound-dai-cells": 31 const: 1 25 const: 1 32 26 33 '#clock-cells': 27 '#clock-cells': 34 const: 0 28 const: 0 35 29 36 clocks: 30 clocks: 37 minItems: 1 31 minItems: 1 38 maxItems: 4 32 maxItems: 4 39 33 40 clock-names: 34 clock-names: 41 minItems: 1 35 minItems: 1 42 maxItems: 4 36 maxItems: 4 43 37 44 clock-output-names: 38 clock-output-names: 45 maxItems: 1 39 maxItems: 1 46 40 47 power-domains: 41 power-domains: 48 maxItems: 2 42 maxItems: 2 49 43 50 power-domain-names: 44 power-domain-names: 51 items: 45 items: 52 - const: macro 46 - const: macro 53 - const: dcodec 47 - const: dcodec 54 48 55 qcom,dmic-sample-rate: 49 qcom,dmic-sample-rate: 56 description: dmic sample rate 50 description: dmic sample rate 57 $ref: /schemas/types.yaml#/definitions/uin 51 $ref: /schemas/types.yaml#/definitions/uint32 58 52 59 vdd-micb-supply: 53 vdd-micb-supply: 60 description: phandle to voltage regulator 54 description: phandle to voltage regulator of MIC Bias 61 55 62 required: 56 required: 63 - compatible 57 - compatible 64 - reg 58 - reg 65 - "#sound-dai-cells" 59 - "#sound-dai-cells" 66 - clock-names 60 - clock-names 67 - clocks 61 - clocks 68 62 69 allOf: 63 allOf: 70 - $ref: dai-common.yaml# 64 - $ref: dai-common.yaml# 71 65 72 - if: 66 - if: 73 properties: 67 properties: 74 compatible: 68 compatible: 75 contains: 69 contains: 76 const: qcom,sc7280-lpass-va-macro 70 const: qcom,sc7280-lpass-va-macro 77 then: 71 then: 78 properties: 72 properties: 79 clocks: 73 clocks: 80 maxItems: 1 74 maxItems: 1 81 clock-names: 75 clock-names: 82 items: 76 items: 83 - const: mclk 77 - const: mclk 84 78 85 - if: 79 - if: 86 properties: 80 properties: 87 compatible: 81 compatible: 88 contains: 82 contains: 89 const: qcom,sm8250-lpass-va-macro 83 const: qcom,sm8250-lpass-va-macro 90 then: 84 then: 91 properties: 85 properties: 92 clocks: 86 clocks: 93 minItems: 3 87 minItems: 3 94 maxItems: 3 88 maxItems: 3 95 clock-names: 89 clock-names: 96 items: 90 items: 97 - const: mclk 91 - const: mclk 98 - const: macro 92 - const: macro 99 - const: dcodec 93 - const: dcodec 100 94 101 - if: 95 - if: 102 properties: 96 properties: 103 compatible: 97 compatible: 104 contains: 98 contains: 105 enum: 99 enum: 106 - qcom,sc8280xp-lpass-va-macro 100 - qcom,sc8280xp-lpass-va-macro 107 - qcom,sm8450-lpass-va-macro 101 - qcom,sm8450-lpass-va-macro 108 then: 102 then: 109 properties: 103 properties: 110 clocks: 104 clocks: 111 minItems: 4 105 minItems: 4 112 maxItems: 4 106 maxItems: 4 113 clock-names: 107 clock-names: 114 items: 108 items: 115 - const: mclk 109 - const: mclk 116 - const: macro 110 - const: macro 117 - const: dcodec 111 - const: dcodec 118 - const: npl 112 - const: npl 119 113 120 - if: 114 - if: 121 properties: 115 properties: 122 compatible: 116 compatible: 123 contains: 117 contains: 124 enum: 118 enum: 125 - qcom,sm8550-lpass-va-macro 119 - qcom,sm8550-lpass-va-macro 126 then: 120 then: 127 properties: 121 properties: 128 clocks: 122 clocks: 129 minItems: 3 123 minItems: 3 130 maxItems: 3 124 maxItems: 3 131 clock-names: 125 clock-names: 132 items: 126 items: 133 - const: mclk 127 - const: mclk 134 - const: macro 128 - const: macro 135 - const: dcodec 129 - const: dcodec 136 130 137 unevaluatedProperties: false 131 unevaluatedProperties: false 138 132 139 examples: 133 examples: 140 - | 134 - | 141 #include <dt-bindings/sound/qcom,q6afe.h> 135 #include <dt-bindings/sound/qcom,q6afe.h> 142 codec@3370000 { 136 codec@3370000 { 143 compatible = "qcom,sm8250-lpass-va-macro 137 compatible = "qcom,sm8250-lpass-va-macro"; 144 reg = <0x3370000 0x1000>; 138 reg = <0x3370000 0x1000>; 145 #sound-dai-cells = <1>; 139 #sound-dai-cells = <1>; 146 #clock-cells = <0>; 140 #clock-cells = <0>; 147 clocks = <&aoncc 0>, 141 clocks = <&aoncc 0>, 148 <&q6afecc LPASS_HW_MACRO_VOTE L 142 <&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>, 149 <&q6afecc LPASS_HW_DCODEC_VOTE 143 <&q6afecc LPASS_HW_DCODEC_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>; 150 clock-names = "mclk", "macro", "dcodec"; 144 clock-names = "mclk", "macro", "dcodec"; 151 clock-output-names = "fsgen"; 145 clock-output-names = "fsgen"; 152 qcom,dmic-sample-rate = <600000>; 146 qcom,dmic-sample-rate = <600000>; 153 vdd-micb-supply = <&vreg_s4a_1p8>; 147 vdd-micb-supply = <&vreg_s4a_1p8>; 154 }; 148 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.