summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6q-gk802.dts
blob: d40f503936c8524a9903843a8a710ce5aba02548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright (C) 2013 Philipp Zabel
 *
 * This file is licensed under the terms of the GNU General Public License
 * version 2.  This program is licensed "as is" without any warranty of any
 * kind, whether express or implied.
 */

#include <arm/nxp/imx/imx6q-gk802.dts>
#include "imx6q.dtsi"

/* External USB-A port (USBOTG) */
&usbotg {
	phy_type = "utmi";
	dr_mode = "host";
};

/* Internal USB port (USBH1), connected to RTL8192CU */
&usbh1 {
	phy_type = "utmi";
	dr_mode = "host";
};