ARM: dts: Add LLCC node for kona
LLCC (Last Level Cache Controller) is additional cache memory
in the system added to reduce the memory access latency.
Add device tree nodes for all of the LLCC blocks.
Change-Id: Ib1270bd8a646e423d06a95d67cb157afe7876804
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/kona.dtsi b/arch/arm64/boot/dts/qcom/kona.dtsi
index 86d4e6c..91c6ad0 100644
--- a/arch/arm64/boot/dts/qcom/kona.dtsi
+++ b/arch/arm64/boot/dts/qcom/kona.dtsi
@@ -320,6 +320,12 @@
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
};
+ cache-controller@9200000 {
+ compatible = "qcom,kona-llcc";
+ reg = <0x9200000 0x1d0000> , <0x9600000 0x50000>;
+ reg-names = "llcc_base", "llcc_broadcast_base";
+ };
+
timer {
compatible = "arm,armv8-timer";
interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,