Lines Matching full:pdc
1 PDC interrupt controller
4 Power Domain Controller (PDC) that is on always-on domain. In addition to
10 controller PDC is next in hierarchy, followed by others. Drivers requiring
11 wakeup capabilities of their device interrupts routed through the PDC, must
12 specify PDC as their interrupt controller and request the PDC port associated
20 Definition: Should contain "qcom,<soc>-pdc" and "qcom,pdc"
21 - "qcom,sc7180-pdc": For SC7180
22 - "qcom,sc7280-pdc": For SC7280
23 - "qcom,sdm845-pdc": For SDM845
24 - "qcom,sm6350-pdc": For SM6350
25 - "qcom,sm8150-pdc": For SM8150
26 - "qcom,sm8250-pdc": For SM8250
27 - "qcom,sm8350-pdc": For SM8350
32 Definition: Specifies the base physical address for PDC hardware.
40 The first element of the tuple is the PDC pin for the
49 - qcom,pdc-ranges:
52 Definition: Specifies the PDC pin offset and the number of PDC ports.
53 The tuples indicates the valid mapping of valid PDC ports
55 The first element of the tuple is the starting PDC port.
56 The second element is the GIC hwirq number for the PDC port.
61 pdc: interrupt-controller@b220000 {
62 compatible = "qcom,sdm845-pdc";
64 qcom,pdc-ranges = <0 512 94>, <94 641 15>, <115 662 7>;
74 interrupts-extended = <&pdc 2 IRQ_TYPE_LEVEL_HIGH>;
77 In this case interrupt 514 would be mapped to port 2 on the PDC as defined by
78 the qcom,pdc-ranges property.