Commit 265d9989 authored by Richard Acayan's avatar Richard Acayan Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sdm670: add smem region



The shared memory region is used for information about the SoC and
communication with remote processors. Add the smem region for SDM670.

Signed-off-by: default avatarRichard Acayan <mailingradian@gmail.com>
Link: https://lore.kernel.org/r/20240524012023.318965-8-mailingradian@gmail.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent ceb39b05
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -509,6 +509,18 @@ aop_cmd_db_mem: aop-cmd-db-mem@85fe0000 {
			no-map;
		};

		smem@86000000 {
			compatible = "qcom,smem";
			reg = <0 0x86000000 0 0x200000>;
			no-map;
			hwlocks = <&tcsr_mutex 3>;
		};

		tz_mem: tz@86200000 {
			reg = <0 0x86200000 0 0x2d00000>;
			no-map;
		};

		camera_mem: camera-mem@8ab00000 {
			reg = <0 0x8ab00000 0 0x500000>;
			no-map;
@@ -1139,6 +1151,12 @@ mmss_noc: interconnect@1740000 {
			qcom,bcm-voters = <&apps_bcm_voter>;
		};

		tcsr_mutex: hwlock@1f40000 {
			compatible = "qcom,tcsr-mutex";
			reg = <0 0x01f40000 0 0x20000>;
			#hwlock-cells = <1>;
		};

		tlmm: pinctrl@3400000 {
			compatible = "qcom,sdm670-tlmm";
			reg = <0 0x03400000 0 0xc00000>;