.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2013 Eukréa Electromatique <denis@eukrea.com> |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or |
---|
5 | | - * modify it under the terms of the GNU General Public License |
---|
6 | | - * as published by the Free Software Foundation; either version 2 |
---|
7 | | - * of the License, or (at your option) any later version. |
---|
8 | | - * This program is distributed in the hope that it will be useful, |
---|
9 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
10 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
11 | | - * GNU General Public License for more details. |
---|
12 | 4 | */ |
---|
13 | 5 | |
---|
14 | 6 | /dts-v1/; |
---|
.. | .. |
---|
173 | 165 | }; |
---|
174 | 166 | |
---|
175 | 167 | &usbhost1 { |
---|
176 | | - phy_type = "serial"; |
---|
177 | | - dr_mode = "host"; |
---|
178 | 168 | status = "okay"; |
---|
179 | 169 | }; |
---|
180 | 170 | |
---|