Commit 29af58ab authored by Song Xue's avatar Song Xue Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: qcs615: Add LLCC support for QCS615



The QCS615 platform has LLCC(Last Level Cache Controller) as the system
cache controller. It includes 1 LLCC instance and 1 LLCC broadcast
interface.

Add LLCC node support for the QCS615 platform.

Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: default avatarSong Xue <quic_songxue@quicinc.com>
Link: https://lore.kernel.org/r/20241031-add_llcc_dts_node_for_qcs615-v2-1-205766a607ca@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 07750217
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -495,6 +495,14 @@ dc_noc: interconnect@9160000 {
			qcom,bcm-voters = <&apps_bcm_voter>;
		};

		llcc: system-cache-controller@9200000 {
			compatible = "qcom,qcs615-llcc";
			reg = <0x0 0x09200000 0x0 0x50000>,
			      <0x0 0x09600000 0x0 0x50000>;
			reg-names = "llcc0_base",
				    "llcc_broadcast_base";
		};

		gem_noc: interconnect@9680000 {
			reg = <0x0 0x09680000 0x0 0x3e200>;
			compatible = "qcom,qcs615-gem-noc";