|
20 | 20 | #include <dt-bindings/power/qcom,rpmhpd.h> |
21 | 21 | #include <dt-bindings/soc/qcom,rpmh-rsc.h> |
22 | 22 | #include <dt-bindings/thermal/thermal.h> |
| 23 | +#include <dt-bindings/soc/qcom,gpr.h> |
23 | 24 |
|
24 | 25 | / { |
25 | 26 | interrupt-parent = <&intc>; |
|
1555 | 1556 | #interrupt-cells = <2>; |
1556 | 1557 | wakeup-parent = <&pdc>; |
1557 | 1558 |
|
| 1559 | + mi2s1_pins: mi2s1-state { |
| 1560 | + pins = "gpio108", "gpio109", "gpio110", "gpio111"; |
| 1561 | + function = "mi2s_1"; |
| 1562 | + drive-strength = <8>; |
| 1563 | + bias-disable; |
| 1564 | + }; |
| 1565 | + |
1558 | 1566 | cam0_default: cam0-default-state { |
1559 | 1567 | pins = "gpio28"; |
1560 | 1568 | function = "cam_mclk"; |
|
5132 | 5140 | dma-coherent; |
5133 | 5141 | }; |
5134 | 5142 | }; |
| 5143 | + |
| 5144 | + gpr: gpr { |
| 5145 | + compatible = "qcom,gpr"; |
| 5146 | + qcom,glink-channels = "adsp_apps"; |
| 5147 | + qcom,domain = <GPR_DOMAIN_ID_ADSP>; |
| 5148 | + qcom,intents = <512 20>; |
| 5149 | + #address-cells = <1>; |
| 5150 | + #size-cells = <0>; |
| 5151 | + |
| 5152 | + q6apm: service@1 { |
| 5153 | + compatible = "qcom,q6apm"; |
| 5154 | + reg = <GPR_APM_MODULE_IID>; |
| 5155 | + #sound-dai-cells = <0>; |
| 5156 | + qcom,protection-domain = "avs/audio", |
| 5157 | + "msm/adsp/audio_pd"; |
| 5158 | + |
| 5159 | + q6apmbedai: bedais { |
| 5160 | + compatible = "qcom,q6apm-lpass-dais"; |
| 5161 | + #sound-dai-cells = <1>; |
| 5162 | + }; |
| 5163 | + |
| 5164 | + q6apmdai: dais { |
| 5165 | + compatible = "qcom,q6apm-dais"; |
| 5166 | + iommus = <&apps_smmu 0x1721 0x0>; |
| 5167 | + }; |
| 5168 | + }; |
| 5169 | + |
| 5170 | + q6prm: service@2 { |
| 5171 | + compatible = "qcom,q6prm"; |
| 5172 | + reg = <GPR_PRM_MODULE_IID>; |
| 5173 | + qcom,protection-domain = "avs/audio", |
| 5174 | + "msm/adsp/audio_pd"; |
| 5175 | + |
| 5176 | + q6prmcc: clock-controller { |
| 5177 | + compatible = "qcom,q6prm-lpass-clocks"; |
| 5178 | + #clock-cells = <2>; |
| 5179 | + }; |
| 5180 | + }; |
| 5181 | + }; |
5135 | 5182 | }; |
5136 | 5183 | }; |
5137 | 5184 |
|
|
0 commit comments