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 10#include "vf500.dtsi" 11 12&a5_cpu { 13 next-level-cache = <&L2>; 14}; 15 16&aips0 { 17 L2: l2-cache@40006000 { 18 compatible = "arm,pl310-cache"; 19 reg = <0x40006000 0x1000>; 20 cache-unified; 21 cache-level = <2>; 22 arm,data-latency = <3 3 3>; 23 arm,tag-latency = <2 2 2>; 24 }; 25}; 26