1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2*f126890aSEmmanuel Vadot// 3*f126890aSEmmanuel Vadot// Copyright 2013 Freescale Semiconductor, Inc. 4*f126890aSEmmanuel Vadot 5*f126890aSEmmanuel Vadot#include "vf500.dtsi" 6*f126890aSEmmanuel Vadot 7*f126890aSEmmanuel Vadot&a5_cpu { 8*f126890aSEmmanuel Vadot next-level-cache = <&L2>; 9*f126890aSEmmanuel Vadot}; 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot&aips0 { 12*f126890aSEmmanuel Vadot L2: cache-controller@40006000 { 13*f126890aSEmmanuel Vadot compatible = "arm,pl310-cache"; 14*f126890aSEmmanuel Vadot reg = <0x40006000 0x1000>; 15*f126890aSEmmanuel Vadot cache-unified; 16*f126890aSEmmanuel Vadot cache-level = <2>; 17*f126890aSEmmanuel Vadot arm,data-latency = <3 3 3>; 18*f126890aSEmmanuel Vadot arm,tag-latency = <2 2 2>; 19*f126890aSEmmanuel Vadot }; 20*f126890aSEmmanuel Vadot}; 21