Lines Matching +full:level +full:- +full:detect
4 Power Domain Controller (PDC) that is on always-on domain. In addition to
6 interrupt controller that can be used to help detect edge low interrupts as
7 well detect interrupts when the GIC is non-operational.
9 GIC is parent interrupt controller at the highest level. Platform interrupt
17 - compatible:
20 Definition: Should contain "qcom,<soc>-pdc" and "qcom,pdc"
21 - "qcom,sc7180-pdc": For SC7180
22 - "qcom,sdm845-pdc": For SDM845
24 - reg:
26 Value type: <prop-encoded-array>
29 - interrupt-cells:
39 - interrupt-controller:
44 - qcom,pdc-ranges:
56 pdc: interrupt-controller@b220000 {
57 compatible = "qcom,sdm845-pdc";
59 qcom,pdc-ranges = <0 512 94>, <94 641 15>, <115 662 7>;
60 #interrupt-cells = <2>;
61 interrupt-parent = <&intc>;
62 interrupt-controller;
66 interrupt, must do -
68 wake-device {
69 interrupts-extended = <&pdc 2 IRQ_TYPE_LEVEL_HIGH>;
73 the qcom,pdc-ranges property.