1*a647ea17SMylene JOSSERAND/*
2*a647ea17SMylene JOSSERAND * Copyright (C) 2016 Milo Kim <woogyom.kim@gmail.com>
3*a647ea17SMylene JOSSERAND *
4*a647ea17SMylene JOSSERAND * This file is dual-licensed: you can use it either under the terms
5*a647ea17SMylene JOSSERAND * of the GPL or the X11 license, at your option. Note that this dual
6*a647ea17SMylene JOSSERAND * licensing only applies to this file, and not this project as a
7*a647ea17SMylene JOSSERAND * whole.
8*a647ea17SMylene JOSSERAND *
9*a647ea17SMylene JOSSERAND *  a) This file is free software; you can redistribute it and/or
10*a647ea17SMylene JOSSERAND *     modify it under the terms of the GNU General Public License as
11*a647ea17SMylene JOSSERAND *     published by the Free Software Foundation; either version 2 of the
12*a647ea17SMylene JOSSERAND *     License, or (at your option) any later version.
13*a647ea17SMylene JOSSERAND *
14*a647ea17SMylene JOSSERAND *     This file is distributed in the hope that it will be useful,
15*a647ea17SMylene JOSSERAND *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16*a647ea17SMylene JOSSERAND *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17*a647ea17SMylene JOSSERAND *     GNU General Public License for more details.
18*a647ea17SMylene JOSSERAND *
19*a647ea17SMylene JOSSERAND * Or, alternatively,
20*a647ea17SMylene JOSSERAND *
21*a647ea17SMylene JOSSERAND *  b) Permission is hereby granted, free of charge, to any person
22*a647ea17SMylene JOSSERAND *     obtaining a copy of this software and associated documentation
23*a647ea17SMylene JOSSERAND *     files (the "Software"), to deal in the Software without
24*a647ea17SMylene JOSSERAND *     restriction, including without limitation the rights to use,
25*a647ea17SMylene JOSSERAND *     copy, modify, merge, publish, distribute, sublicense, and/or
26*a647ea17SMylene JOSSERAND *     sell copies of the Software, and to permit persons to whom the
27*a647ea17SMylene JOSSERAND *     Software is furnished to do so, subject to the following
28*a647ea17SMylene JOSSERAND *     conditions:
29*a647ea17SMylene JOSSERAND *
30*a647ea17SMylene JOSSERAND *     The above copyright notice and this permission notice shall be
31*a647ea17SMylene JOSSERAND *     included in all copies or substantial portions of the Software.
32*a647ea17SMylene JOSSERAND *
33*a647ea17SMylene JOSSERAND *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34*a647ea17SMylene JOSSERAND *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35*a647ea17SMylene JOSSERAND *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36*a647ea17SMylene JOSSERAND *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37*a647ea17SMylene JOSSERAND *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38*a647ea17SMylene JOSSERAND *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39*a647ea17SMylene JOSSERAND *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40*a647ea17SMylene JOSSERAND *     OTHER DEALINGS IN THE SOFTWARE.
41*a647ea17SMylene JOSSERAND */
42*a647ea17SMylene JOSSERAND
43*a647ea17SMylene JOSSERAND#include "sun8i-h3-nanopi.dtsi"
44*a647ea17SMylene JOSSERAND
45*a647ea17SMylene JOSSERAND/ {
46*a647ea17SMylene JOSSERAND	model = "FriendlyArm NanoPi M1";
47*a647ea17SMylene JOSSERAND	compatible = "friendlyarm,nanopi-m1", "allwinner,sun8i-h3";
48*a647ea17SMylene JOSSERAND};
49*a647ea17SMylene JOSSERAND
50*a647ea17SMylene JOSSERAND&ehci1 {
51*a647ea17SMylene JOSSERAND	status = "okay";
52*a647ea17SMylene JOSSERAND};
53*a647ea17SMylene JOSSERAND
54*a647ea17SMylene JOSSERAND&ehci2 {
55*a647ea17SMylene JOSSERAND	status = "okay";
56*a647ea17SMylene JOSSERAND};
57*a647ea17SMylene JOSSERAND
58*a647ea17SMylene JOSSERAND&ohci1 {
59*a647ea17SMylene JOSSERAND	status = "okay";
60*a647ea17SMylene JOSSERAND};
61*a647ea17SMylene JOSSERAND
62*a647ea17SMylene JOSSERAND&ohci2 {
63*a647ea17SMylene JOSSERAND	status = "okay";
64*a647ea17SMylene JOSSERAND};
65