diff --git a/qcom/shima.dtsi b/qcom/shima.dtsi index bede4d74..7705ae07 100644 --- a/qcom/shima.dtsi +++ b/qcom/shima.dtsi @@ -348,6 +348,19 @@ interrupts = ; }; + pdc: interrupt-controller@b220000 { + compatible = "qcom,shima-pdc"; + reg = <0xb220000 0x30000>, <0x17c000f0 0x64>; + qcom,pdc-ranges = <0 480 40>, <40 140 14>, <54 263 1>, + <55 306 4>, <59 312 3>, <62 374 2>, + <64 434 2>, <66 438 3>, <69 86 1>, + <70 520 54>, <124 609 31>, <155 63 1>, + <156 716 12>; + #interrupt-cells = <2>; + interrupt-parent = <&intc>; + interrupt-controller; + }; + wdog: qcom,wdt@17c10000 { compatible = "qcom,msm-watchdog"; reg = <0x17c10000 0x1000>;