blob: 5f8eb1bd782bf01a6454aa7cb63682835c179650 [file] [log] [blame]
Jingchang Lud02e1342013-05-28 17:12:22 +08001/*
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
Stefan Agnerefb45b32014-11-02 21:36:46 +010010#include "vf500.dtsi"
Jingchang Lud02e1342013-05-28 17:12:22 +080011
Stefan Agnerefb45b32014-11-02 21:36:46 +010012&a5_cpu {
13 next-level-cache = <&L2>;
14};
Jingchang Lud02e1342013-05-28 17:12:22 +080015
Stefan Agnerefb45b32014-11-02 21:36:46 +010016&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 = <1 1 1>;
23 arm,tag-latency = <2 2 2>;
Jingchang Lud02e1342013-05-28 17:12:22 +080024 };
25};