1/*
2 * Copyright 2014 Toradex AG
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 "vf610.dtsi"
11#include "vf-colibri.dtsi"
12
13/ {
14	model = "Toradex Colibri VF61 COM";
15	compatible = "toradex,vf610-colibri_vf61", "fsl,vf610";
16
17	memory {
18		reg = <0x80000000 0x10000000>;
19	};
20};
21
22&L2 {
23	arm,data-latency = <2 1 2>;
24	arm,tag-latency = <3 2 3>;
25};
26