Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75c33c11 authored by Lina Iyer's avatar Lina Iyer
Browse files

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

Add DT bindings for PDC irqchip for Lahaina SoC.

Change-Id: Ida976271823b4b5162efa977c898291a7af4b1f4
parent bad2ca97
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -688,6 +688,18 @@
		memory-region = <&smem_mem>;
		hwlocks = <&tcsr_mutex 3>;
	};

	pdc: interrupt-controller@b220000 {
		compatible = "qcom,lahaina-pdc";
		reg = <0xb220000 0x30000>, <0x17c000f0 0x60>;
		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;
	};
};

#include "lahaina-pinctrl.dtsi"