@@ -16,6 +16,9 @@ description:
properties:
compatible:
enum:
+ - qcom,qcs8300-adsp-pas
+ - qcom,qcs8300-cdsp-pas
+ - qcom,qcs8300-gpdsp-pas
- qcom,sa8775p-adsp-pas
- qcom,sa8775p-cdsp0-pas
- qcom,sa8775p-cdsp1-pas
@@ -64,6 +67,7 @@ allOf:
properties:
compatible:
enum:
+ - qcom,qcs8300-adsp-pas
- qcom,sa8775p-adsp-pas
then:
properties:
@@ -75,6 +79,23 @@ allOf:
items:
- const: lcx
- const: lmx
+ - if:
+ properties:
+ compatible:
+ enum:
+ - qcom,qcs8300-cdsp-pas
+ then:
+ properties:
+ power-domains:
+ items:
+ - description: CX power domain
+ - description: MXC power domain
+ - description: NSP0 power domain
+ power-domain-names:
+ items:
+ - const: cx
+ - const: mxc
+ - const: nsp0
- if:
properties:
@@ -99,6 +120,7 @@ allOf:
properties:
compatible:
enum:
+ - qcom,qcs8300-gpdsp-pas
- qcom,sa8775p-gpdsp0-pas
- qcom,sa8775p-gpdsp1-pas
then: