1*e9dfa1e1SJagan Teki/* 2*e9dfa1e1SJagan Teki * Copyright (C) 2016 Amarula Solutions B.V. 3*e9dfa1e1SJagan Teki * Copyright (C) 2016 Engicam S.r.l. 4*e9dfa1e1SJagan Teki * 5*e9dfa1e1SJagan Teki * This file is dual-licensed: you can use it either under the terms 6*e9dfa1e1SJagan Teki * of the GPL or the X11 license, at your option. Note that this dual 7*e9dfa1e1SJagan Teki * licensing only applies to this file, and not this project as a 8*e9dfa1e1SJagan Teki * whole. 9*e9dfa1e1SJagan Teki * 10*e9dfa1e1SJagan Teki * a) This file is free software; you can redistribute it and/or 11*e9dfa1e1SJagan Teki * modify it under the terms of the GNU General Public License 12*e9dfa1e1SJagan Teki * version 2 as published by the Free Software Foundation. 13*e9dfa1e1SJagan Teki * 14*e9dfa1e1SJagan Teki * This file is distributed in the hope that it will be useful 15*e9dfa1e1SJagan Teki * but WITHOUT ANY WARRANTY; without even the implied warranty of 16*e9dfa1e1SJagan Teki * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17*e9dfa1e1SJagan Teki * GNU General Public License for more details. 18*e9dfa1e1SJagan Teki * 19*e9dfa1e1SJagan Teki * Or, alternatively 20*e9dfa1e1SJagan Teki * 21*e9dfa1e1SJagan Teki * b) Permission is hereby granted, free of charge, to any person 22*e9dfa1e1SJagan Teki * obtaining a copy of this software and associated documentation 23*e9dfa1e1SJagan Teki * files (the "Software"), to deal in the Software without 24*e9dfa1e1SJagan Teki * restriction, including without limitation the rights to use 25*e9dfa1e1SJagan Teki * copy, modify, merge, publish, distribute, sublicense, and/or 26*e9dfa1e1SJagan Teki * sell copies of the Software, and to permit persons to whom the 27*e9dfa1e1SJagan Teki * Software is furnished to do so, subject to the following 28*e9dfa1e1SJagan Teki * conditions: 29*e9dfa1e1SJagan Teki * 30*e9dfa1e1SJagan Teki * The above copyright notice and this permission notice shall be 31*e9dfa1e1SJagan Teki * included in all copies or substantial portions of the Software. 32*e9dfa1e1SJagan Teki * 33*e9dfa1e1SJagan Teki * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND 34*e9dfa1e1SJagan Teki * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 35*e9dfa1e1SJagan Teki * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 36*e9dfa1e1SJagan Teki * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 37*e9dfa1e1SJagan Teki * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY 38*e9dfa1e1SJagan Teki * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 39*e9dfa1e1SJagan Teki * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 40*e9dfa1e1SJagan Teki * OTHER DEALINGS IN THE SOFTWARE. 41*e9dfa1e1SJagan Teki */ 42*e9dfa1e1SJagan Teki 43*e9dfa1e1SJagan Teki/dts-v1/; 44*e9dfa1e1SJagan Teki 45*e9dfa1e1SJagan Teki#include "imx6ul-isiot.dtsi" 46*e9dfa1e1SJagan Teki 47*e9dfa1e1SJagan Teki/ { 48*e9dfa1e1SJagan Teki model = "Engicam Is.IoT MX6UL MMC Starterkit"; 49*e9dfa1e1SJagan Teki compatible = "engicam,imx6ul-isiot", "fsl,imx6ul"; 50*e9dfa1e1SJagan Teki}; 51