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

Commit bc3f6686 authored by Naveen Kaje's avatar Naveen Kaje Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts:8084: Add GPS UART configuration for apq8084-liquid



This change configures the device tree node for QCA1530 and APQ8084
liquid device.

Change-Id: Icae04926d0dbb501bbfeff43cdea6dc4a63bc6fd
Signed-off-by: default avatarNaveen Kaje <nkaje@codeaurora.org>
parent 66619aa7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -96,6 +96,12 @@
	status = "ok";
};

&blsp2_uart4 {
	qcom,tx-gpio = <&msmgpio 112 0>;
	qcom,rx-gpio = <&msmgpio 113 0>;
	status = "ok";
};

/* CoreSight */
&tpiu {
	qcom,seta-gpios = <&msmgpio 4 0>,
+14 −0
Original line number Diff line number Diff line
@@ -189,6 +189,20 @@
				<86 512 500 800>;
	};

	blsp2_uart4: uart@f9961000 { /* BLSP2 UART4 */
		compatible = "qcom,msm-lsuart-v14";
		reg = <0xf9961000 0x1000>;
		interrupts = <0 117 0>;
		status = "disabled";

		qcom,msm-bus,name = "blsp2_uart4";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<84 512 0 0>,
				<84 512 500 800>;
	};

	qcom,cache_erp {
		compatible = "qcom,cache_erp";
		interrupts = <1 9 0>, <0 2 0>;