summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-evk-usb-certi.dts
blob: 15d9176fdd5925ab286dc0f36cc68a597e0f7b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 * Copyright (C) 2016 Freescale Semiconductor, Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

/* DTS file for USB Certification at i.mx6ull 14x14 evk board */

#include "imx6ull-14x14-evk.dts"

/ {
	regulators {
		reg_usb_otg2_vbus: regulator@3 {
		compatible = "regulator-fixed";
		reg = <3>;
		regulator-name = "usb_otg2_vbus";
		regulator-min-microvolt = <5000000>;
		regulator-max-microvolt = <5000000>;
		gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;
		enable-active-high;
		};
	};
};

&usbotg2 {
	vbus-supply = <&reg_usb_otg2_vbus>; /* hardware rework is needed */
	tpl-support;
};

&tsc {
	status = "disabled";
};