arm64: dts: qcom: sdm670: add llcc

Add the Last Level Cache Controller (LLCC) for the SDM670.

Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260210021957.13357-4-mailingradian@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Richard Acayan 2026-02-09 21:19:57 -05:00 committed by Bjorn Andersson
parent 1d44de258d
commit 3aa9971299

View File

@ -1130,6 +1130,17 @@ refgen: regulator@ff1000 {
reg = <0x0 0x00ff1000 0x0 0x60>;
};
llcc: system-cache-controller@1100000 {
compatible = "qcom,sdm670-llcc";
reg = <0 0x01100000 0 0x50000>,
<0 0x01180000 0 0x50000>,
<0 0x01300000 0 0x50000>;
reg-names = "llcc0_base",
"llcc1_base",
"llcc_broadcast_base";
interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
};
mem_noc: interconnect@1380000 {
compatible = "qcom,sdm670-mem-noc";
reg = <0 0x01380000 0 0x27200>;