Loading bindings/interrupt-controller/qcom,pdc.txt +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ Properties: Value type: <string> Definition: Should contain "qcom,<soc>-pdc" - "qcom,sdm845-pdc": For SDM845 - "qcom,lagoon-pdc": For Lagoon - reg: Usage: required Loading qcom/lagoon.dtsi +10 −0 Original line number Diff line number Diff line Loading @@ -660,6 +660,16 @@ }; }; pdc: interrupt-controller@b220000 { compatible = "qcom,lagoon-pdc"; reg = <0xb220000 0x30000>, <0x17c000f0 0x64>; qcom,pdc-ranges = <0 480 94>, <94 609 31>, <125 63 1>, <126 657 12>, <138 139 15>; #interrupt-cells = <2>; interrupt-parent = <&intc>; interrupt-controller; }; qcom,msm-imem@146ab000 { compatible = "qcom,msm-imem"; reg = <0x146ab000 0x1000>; Loading Loading
bindings/interrupt-controller/qcom,pdc.txt +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ Properties: Value type: <string> Definition: Should contain "qcom,<soc>-pdc" - "qcom,sdm845-pdc": For SDM845 - "qcom,lagoon-pdc": For Lagoon - reg: Usage: required Loading
qcom/lagoon.dtsi +10 −0 Original line number Diff line number Diff line Loading @@ -660,6 +660,16 @@ }; }; pdc: interrupt-controller@b220000 { compatible = "qcom,lagoon-pdc"; reg = <0xb220000 0x30000>, <0x17c000f0 0x64>; qcom,pdc-ranges = <0 480 94>, <94 609 31>, <125 63 1>, <126 657 12>, <138 139 15>; #interrupt-cells = <2>; interrupt-parent = <&intc>; interrupt-controller; }; qcom,msm-imem@146ab000 { compatible = "qcom,msm-imem"; reg = <0x146ab000 0x1000>; Loading