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