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