Merge "ARM: dts: qcom: Add support for cache-controller for Tuna"

This commit is contained in:
QCTECMDR Service
2024-09-11 14:27:32 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 15 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ properties:
- qcom,pineapple-llcc
- qcom,sun-llcc
- qcom,sdxpinn-llcc
- qcom,tuna-llcc
- qcom,kera-llcc
- qcom,x1e80100-llcc

View File

@@ -531,6 +531,20 @@
};
};
cache-controller@24800000 {
compatible = "qcom,tuna-llcc";
reg = <0x24800000 0x200000>, <0x25800000 0x200000>,
<0x24C00000 0x200000>, <0x25C00000 0x200000>,
<0x26800000 0x200000>, <0x26C00000 0x200000>;
reg-names = "llcc0_base", "llcc1_base", "llcc2_base",
"llcc3_base", "llcc_broadcast_or_base",
"llcc_broadcast_and_base";
interrupts = <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>;
cap-based-alloc-and-pwr-collapse;
};
apps_rsc: rsc@17a00000 {
label = "apps_rsc";
compatible = "qcom,rpmh-rsc";