ARM: shmobile: r8a7790: tidyup SDHI register size on DTSI
[deliverable/linux.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>;
22 arm,data-latency = <1 1 1>;
23 arm,tag-latency = <2 2 2>;
d02e1349
JL
24 };
25};
This page took 0.191525 seconds and 5 git commands to generate.