]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/boot/dts/vf610.dtsi
Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/dw-mid', 'spi/topic/fsl...
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / boot / dts / vf610.dtsi
CommitLineData
d02e1349
JL
1/*
2 * Copyright 2013 Freescale Semiconductor, Inc.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 */
9
efb45b30 10#include "vf500.dtsi"
d02e1349 11
efb45b30
SA
12&a5_cpu {
13 next-level-cache = <&L2>;
14};
69603fbb 15
efb45b30
SA
16&aips0 {
17 L2: l2-cache@40006000 {
18 compatible = "arm,pl310-cache";
19 reg = <0x40006000 0x1000>;
20 cache-unified;
21 cache-level = <2>;
9c171905 22 arm,data-latency = <3 3 3>;
efb45b30 23 arm,tag-latency = <2 2 2>;
d02e1349
JL
24 };
25};