summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/arm/juno-r2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm64/arm/juno-r2.dts')
-rw-r--r--dts/src/arm64/arm/juno-r2.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/dts/src/arm64/arm/juno-r2.dts b/dts/src/arm64/arm/juno-r2.dts
index 709389582a..d2ada69b0a 100644
--- a/dts/src/arm64/arm/juno-r2.dts
+++ b/dts/src/arm64/arm/juno-r2.dts
@@ -195,16 +195,20 @@
A72_L2: l2-cache0 {
compatible = "cache";
+ cache-unified;
cache-size = <0x200000>;
cache-line-size = <64>;
cache-sets = <2048>;
+ cache-level = <2>;
};
A53_L2: l2-cache1 {
compatible = "cache";
+ cache-unified;
cache-size = <0x100000>;
cache-line-size = <64>;
cache-sets = <1024>;
+ cache-level = <2>;
};
};