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