arm64: dts: qcom: sc7280: Add device tree node for LLCC
authorSai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Mon, 15 Mar 2021 18:35:46 +0000 (00:05 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 6 Apr 2021 03:29:05 +0000 (22:29 -0500)
Add a DT node for Last level cache (aka. system cache)
controller which provides control over the last level
cache present on SC7280 SoC.

Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/5bacaa8350e0d9553dccd623a15513590e795b47.1615832893.git.saiprakash.ranjan@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sc7280.dtsi

index 39cf0be..3cc4c3e 100644 (file)
                        };
                };
 
+               system-cache-controller@9200000 {
+                       compatible = "qcom,sc7280-llcc";
+                       reg = <0 0x09200000 0 0xd0000>, <0 0x09600000 0 0x50000>;
+                       reg-names = "llcc_base", "llcc_broadcast_base";
+                       interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
+               };
+
                pdc: interrupt-controller@b220000 {
                        compatible = "qcom,sc7280-pdc", "qcom,pdc";
                        reg = <0 0x0b220000 0 0x30000>;