mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
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:
parent
1d44de258d
commit
3aa9971299
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user