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

Commit 5676a416 authored by Naina Mehta's avatar Naina Mehta
Browse files

ARM: dts: msm: Add EUD node for Yupik

Add EUD DT node to enable the EUD driver on
Yupik platform.

Change-Id: Icb7016fba153e0e3ae3e84d77553a6dcf75ca852
parent c094ecd5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -669,6 +669,18 @@
		qcom,coresight-jtagmm-cpu = <&CPU7>;
	};

	eud: qcom,msm-eud@88e0000 {
		compatible = "qcom,msm-eud";
		interrupt-names = "eud_irq";
		interrupt-parent = <&pdc>;
		interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
		reg = <0x088e0000 0x2000>,
			<0x088e2000 0x1000>;
		reg-names = "eud_base", "eud_mode_mgr2";
		qcom,secure-eud-en;
		status = "ok";
	};

	clocks {
		xo_board: xo-board {
			compatible = "fixed-clock";