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

Commit 6a53dd91 authored by Kaushal Kumar's avatar Kaushal Kumar
Browse files

ARM: dts: msm: Add debug UART support for msmtellurium



Add debug UART support in device tree for msmtellurium.

Change-Id: I663f3b7f0f19161b390ac7cf28144e2176c401c0
Signed-off-by: default avatarKaushal Kumar <kaushalk@codeaurora.org>
parent 2f159686
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -26,3 +26,9 @@
		clock-frequency = <10000000>;
	};
};

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};
+6 −0
Original line number Diff line number Diff line
@@ -20,3 +20,9 @@
	compatible = "qcom,msmtellurium-sim", "qcom,msmtellurium", "qcom,sim";
	qcom,board-id= <16 0>;
};

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};
+10 −0
Original line number Diff line number Diff line
@@ -371,4 +371,14 @@
			qcom,smdpkt-dev-name = "smd_pkt_loopback";
		};
	};

	blsp1_uart2: serial@78b0000 {
		compatible = "qcom,msm-lsuart-v14";
		reg = <0x78b0000 0x200>;
		interrupts = <0 108 0>;
		status = "disabled";
		clocks = <&clock_gcc clk_gcc_blsp1_uart2_apps_clk>,
		<&clock_gcc clk_gcc_blsp1_ahb_clk>;
		clock-names = "core_clk", "iface_clk";
	};
};