blob: 19fe045b83342a6ee0f55a02b1490c291b9537dd [file] [log] [blame]
Stefan Agner99db3982014-04-03 17:47:10 +02001/*
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
Stefan Agner99db3982014-04-03 17:47:10 +020010#include "vf610.dtsi"
Stefan Agnere1bf86a2014-11-02 21:36:47 +010011#include "vf-colibri.dtsi"
Stefan Agner99db3982014-04-03 17:47:10 +020012
13/ {
14 model = "Toradex Colibri VF61 COM";
Stefan Agner10f34a12014-07-18 16:25:18 +020015 compatible = "toradex,vf610-colibri_vf61", "fsl,vf610";
Stefan Agner99db3982014-04-03 17:47:10 +020016
17 memory {
18 reg = <0x80000000 0x10000000>;
19 };
Stefan Agner99db3982014-04-03 17:47:10 +020020};
21
22&L2 {
23 arm,data-latency = <2 1 2>;
24 arm,tag-latency = <3 2 3>;
25};