]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: qcom: sm8750: Add LLCC node
authorMelody Olvera <melody.olvera@oss.qualcomm.com>
Mon, 12 May 2025 20:54:44 +0000 (13:54 -0700)
committerBjorn Andersson <andersson@kernel.org>
Tue, 13 May 2025 15:01:05 +0000 (16:01 +0100)
Add LLCC node for SM8750 SoC.

Signed-off-by: Melody Olvera <melody.olvera@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250512-sm8750_llcc_master-v5-4-d78dca6282a5@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8750.dtsi

index 149d2ed17641a085d510f3a8eab5a96304787f0c..980ba1ca23c487b9225b73872889f02c2611e68e 100644 (file)
                        #interconnect-cells = <2>;
                };
 
+               system-cache-controller@24800000 {
+                       compatible = "qcom,sm8750-llcc";
+                       reg = <0x0 0x24800000 0x0 0x200000>,
+                             <0x0 0x25800000 0x0 0x200000>,
+                             <0x0 0x24c00000 0x0 0x200000>,
+                             <0x0 0x25c00000 0x0 0x200000>,
+                             <0x0 0x26800000 0x0 0x200000>,
+                             <0x0 0x26c00000 0x0 0x200000>;
+                       reg-names = "llcc0_base",
+                                   "llcc1_base",
+                                   "llcc2_base",
+                                   "llcc3_base",
+                                   "llcc_broadcast_base",
+                                   "llcc_broadcast_and_base";
+
+                       interrupts = <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>;
+               };
+
                nsp_noc: interconnect@320c0000 {
                        compatible = "qcom,sm8750-nsp-noc";
                        reg = <0x0 0x320c0000 0x0 0x13080>;