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

Commit 913f30ff authored by Satyajit Desai's avatar Satyajit Desai
Browse files

ARM: dts: msm: Add Turing TPDM for SDM845



Add Turing TPDM configuration to the device tree for sdm845.
This device will be used to capture HW events on Turing.

Change-Id: I3554b608fea6b6a8231e4d43ec3f698419e1d534
Signed-off-by: default avatarSatyajit Desai <sadesai@codeaurora.org>
parent 24806ed6
Loading
Loading
Loading
Loading
+66 −3
Original line number Diff line number Diff line
@@ -530,6 +530,7 @@
				     <2 32>,
				     <3 32>,
				     <5 32>,
				     <6 32>,
				     <10 32>,
				     <11 32>,
				     <13 32>;
@@ -589,6 +590,15 @@
			};

			port@5 {
				reg = <6>;
				tpda_in_funnel_turing: endpoint {
					slave-mode;
					remote-endpoint =
						<&funnel_turing_out_tpda>;
				};
			};

			port@6 {
				reg = <7>;
				tpda_in_tpdm_vsense: endpoint {
					slave-mode;
@@ -597,7 +607,7 @@
				};
			};

			port@6 {
			port@7 {
				reg = <10>;
				tpda_in_tpdm_qm: endpoint {
					slave-mode;
@@ -606,7 +616,7 @@
				};
			};

			port@7 {
			port@8 {
				reg = <11>;
				tpda_in_tpdm_north: endpoint {
					slave-mode;
@@ -615,7 +625,7 @@
				};
			};

			port@8 {
			port@9 {
				reg = <13>;
				tpda_in_tpdm_pimem: endpoint {
					slave-mode;
@@ -1039,6 +1049,59 @@
		};
	};

	funnel_turing: funnel@6861000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b908>;

		reg = <0x6861000 0x1000>;
		reg-names = "funnel-base";

		coresight-name = "coresight-funnel-turing";

		clocks = <&clock_aop QDSS_CLK>;
		clock-names = "apb_pclk";

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;
				funnel_turing_out_tpda: endpoint {
					remote-endpoint =
					    <&tpda_in_funnel_turing>;
				};
			};

			port@1 {
				reg = <0>;
				funnel_turing_in_tpdm_turing: endpoint {
					slave-mode;
					remote-endpoint =
					    <&tpdm_turing_out_funnel_turing>;
				};
			};
		};
	};

	tpdm_turing: tpdm@6860000 {
		compatible = "qcom,coresight-tpdm";
		reg = <0x6860000 0x1000>;
		reg-names = "tpdm-base";

		coresight-name = "coresight-tpdm-turing";

		clocks = <&clock_aop QDSS_CLK>;
		clock-names = "apb_pclk";

		port {
			tpdm_turing_out_funnel_turing: endpoint {
				remote-endpoint =
				    <&funnel_turing_in_tpdm_turing>;
			};
		};
	};

	funnel_ddr_0: funnel@69e2000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b908>;