Loading bindings/interrupt-controller/qcom,pdc.txt +3 −2 Original line number Original line Diff line number Diff line Loading @@ -23,7 +23,8 @@ Properties: - reg: - reg: Usage: required Usage: required Value type: <prop-encoded-array> Value type: <prop-encoded-array> Definition: Specifies the base physical address for PDC hardware. Definition: Specifies the base physical address for PDC hardware and the interrupt type configuration register. - interrupt-cells: - interrupt-cells: Usage: required Usage: required Loading Loading @@ -54,7 +55,7 @@ Example: pdc: interrupt-controller@b220000 { pdc: interrupt-controller@b220000 { compatible = "qcom,sdm845-pdc"; compatible = "qcom,sdm845-pdc"; reg = <0xb220000 0x30000>; reg = <0xb220000 0x30000>, <0x179900f0 0x60>; qcom,pdc-ranges = <0 480 94>, <94 609 15>, <115 630 7>; qcom,pdc-ranges = <0 480 94>, <94 609 15>, <115 630 7>; #interrupt-cells = <2>; #interrupt-cells = <2>; interrupt-parent = <&intc>; interrupt-parent = <&intc>; Loading Loading
bindings/interrupt-controller/qcom,pdc.txt +3 −2 Original line number Original line Diff line number Diff line Loading @@ -23,7 +23,8 @@ Properties: - reg: - reg: Usage: required Usage: required Value type: <prop-encoded-array> Value type: <prop-encoded-array> Definition: Specifies the base physical address for PDC hardware. Definition: Specifies the base physical address for PDC hardware and the interrupt type configuration register. - interrupt-cells: - interrupt-cells: Usage: required Usage: required Loading Loading @@ -54,7 +55,7 @@ Example: pdc: interrupt-controller@b220000 { pdc: interrupt-controller@b220000 { compatible = "qcom,sdm845-pdc"; compatible = "qcom,sdm845-pdc"; reg = <0xb220000 0x30000>; reg = <0xb220000 0x30000>, <0x179900f0 0x60>; qcom,pdc-ranges = <0 480 94>, <94 609 15>, <115 630 7>; qcom,pdc-ranges = <0 480 94>, <94 609 15>, <115 630 7>; #interrupt-cells = <2>; #interrupt-cells = <2>; interrupt-parent = <&intc>; interrupt-parent = <&intc>; Loading