Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linux
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / vf610.dtsi
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 //
3 // Copyright 2013 Freescale Semiconductor, Inc.
4
5
6 #include "vf500.dtsi"
7
8 &a5_cpu {
9         next-level-cache = <&L2>;
10 };
11
12 &aips0 {
13         L2: l2-cache@40006000 {
14                 compatible = "arm,pl310-cache";
15                 reg = <0x40006000 0x1000>;
16                 cache-unified;
17                 cache-level = <2>;
18                 arm,data-latency = <3 3 3>;
19                 arm,tag-latency = <2 2 2>;
20         };
21 };