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 "vf500.dtsi" 11#include "vf-colibri.dtsi" 12 13/ { 14 model = "Toradex Colibri VF50 COM"; 15 compatible = "toradex,vf610-colibri_vf50", "fsl,vf500"; 16 17 memory { 18 reg = <0x80000000 0x8000000>; 19 }; 20}; 21