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