Lines Matching +full:d +full:- +full:cache +full:- +full:sets
1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2835-common.dtsi"
4 #include "bcm2835-rpi-common.dtsi"
10 #address-cells = <1>;
11 #size-cells = <0>;
15 compatible = "arm,arm1176jzf-s";
17 /* Source for d/i-cache-line-size and d/i-cache-sets
19 * /h/level-one-memory-system/cache-organization?lang=en
21 * Source for d/i-cache-size
24 * NOTE: The BCM2835 has a L2 cache but it is dedicated to the GPU
28 d-cache-size = <0x4000>;
29 d-cache-line-size = <16>;
30 d-cache-sets = <256>; // 16KiB(size)/16(line-size)=1024ways/4-way set
31 i-cache-size = <0x4000>;
32 i-cache-line-size = <16>;
33 i-cache-sets = <256>; // 16KiB(size)/16(line-size)=1024ways/4-way set
39 dma-ranges = <0x40000000 0x00000000 0x20000000>;
42 arm-pmu {
43 compatible = "arm,arm1176-pmu";
48 coefficients = <(-538) 407000>;
53 compatible = "brcm,bcm2835-thermal";