summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-evk-usb-certi.dts
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@nxp.com>2016-08-01 16:55:19 +0800
committerAnson Huang <Anson.Huang@nxp.com>2017-06-08 19:24:09 +0800
commit6147b01cc2a0ca004e1260b122695063d93f203a (patch)
treea4373c5be67aeeee1b1a8926b20932913afb656a /arch/arm/boot/dts/imx6ull-14x14-evk-usb-certi.dts
parent460db6ced34949b5131ffa21e567cdd0ba1c936e (diff)
MLK-13023 ARM: dts: imx6ull-14x14-evk-usb-certi: add dts for USB certification
Add dts for imx6ull 14x14 evk board's USB certification test Signed-off-by: Peter Chen <peter.chen@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-14x14-evk-usb-certi.dts')
-rw-r--r--arch/arm/boot/dts/imx6ull-14x14-evk-usb-certi.dts34
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull-14x14-evk-usb-certi.dts b/arch/arm/boot/dts/imx6ull-14x14-evk-usb-certi.dts
new file mode 100644
index 000000000000..15d9176fdd59
--- /dev/null
+++ b/arch/arm/boot/dts/imx6ull-14x14-evk-usb-certi.dts
@@ -0,0 +1,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";
+};