Lines Matching +full:cache +full:- +full:sets
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include "armada-ap806.dtsi"
12 compatible = "marvell,armada-ap806-dual", "marvell,armada-ap806";
15 #address-cells = <1>;
16 #size-cells = <0>;
20 compatible = "arm,cortex-a72";
22 enable-method = "psci";
23 #cooling-cells = <2>;
25 i-cache-size = <0xc000>;
26 i-cache-line-size = <64>;
27 i-cache-sets = <256>;
28 d-cache-size = <0x8000>;
29 d-cache-line-size = <64>;
30 d-cache-sets = <256>;
31 next-level-cache = <&l2>;
35 compatible = "arm,cortex-a72";
37 enable-method = "psci";
38 #cooling-cells = <2>;
40 i-cache-size = <0xc000>;
41 i-cache-line-size = <64>;
42 i-cache-sets = <256>;
43 d-cache-size = <0x8000>;
44 d-cache-line-size = <64>;
45 d-cache-sets = <256>;
46 next-level-cache = <&l2>;
49 l2: l2-cache {
50 compatible = "cache";
51 cache-size = <0x80000>;
52 cache-line-size = <64>;
53 cache-sets = <512>;
57 thermal-zones {
58 /delete-node/ ap-thermal-cpu2;
59 /delete-node/ ap-thermal-cpu3;