ARM: dts: msm: add PDC device bindings for Shima

Add DT bindings for PDC irqchip for Shima.

Change-Id: I2e9938f28995216256c33c57e4b5349d1ae381e6
This commit is contained in:
Srinivas Rao L
2020-02-21 10:03:31 +05:30
parent f74abdcf7f
commit 7c041563db

View File

@@ -348,6 +348,19 @@
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>;
};
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>;