1262569Simp/*
2262569Simp * Copyright 2013 Freescale Semiconductor, Inc.
3262569Simp *
4262569Simp * This program is free software; you can redistribute it and/or modify
5262569Simp * it under the terms of the GNU General Public License as published by
6262569Simp * the Free Software Foundation; either version 2 of the License, or
7262569Simp * (at your option) any later version.
8262569Simp */
9262569Simp
10284090Sian#include "vf500.dtsi"
11262569Simp
12284090Sian&a5_cpu {
13284090Sian	next-level-cache = <&L2>;
14284090Sian};
15262569Simp
16284090Sian&aips0 {
17284090Sian	L2: l2-cache@40006000 {
18284090Sian		compatible = "arm,pl310-cache";
19284090Sian		reg = <0x40006000 0x1000>;
20284090Sian		cache-unified;
21284090Sian		cache-level = <2>;
22284090Sian		arm,data-latency = <1 1 1>;
23284090Sian		arm,tag-latency = <2 2 2>;
24262569Simp	};
25262569Simp};
26