summaryrefslogtreecommitdiff
path: root/sys/gnu/dts/arm/imx53-m53evk.dts
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-09-21 08:54:08 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-09-21 08:54:08 +0000
commitbc116e04c0c7b861596ab2aa4fe4b5ac1ecba90d (patch)
treeb771560c3efade25518732a0a3b14774a9ddaf52 /sys/gnu/dts/arm/imx53-m53evk.dts
parent5cb916555623b1d2e8a4ab389484a696a2e69d7a (diff)
parentc7716441be3a4a48aa7b7cdf69a15625c1cd8ef5 (diff)
downloadsrc-test2-bc116e04c0c7b861596ab2aa4fe4b5ac1ecba90d.tar.gz
src-test2-bc116e04c0c7b861596ab2aa4fe4b5ac1ecba90d.zip
Notes
Diffstat (limited to 'sys/gnu/dts/arm/imx53-m53evk.dts')
-rw-r--r--sys/gnu/dts/arm/imx53-m53evk.dts21
1 files changed, 20 insertions, 1 deletions
diff --git a/sys/gnu/dts/arm/imx53-m53evk.dts b/sys/gnu/dts/arm/imx53-m53evk.dts
index 53f40885c530..dcee1e0f968f 100644
--- a/sys/gnu/dts/arm/imx53-m53evk.dts
+++ b/sys/gnu/dts/arm/imx53-m53evk.dts
@@ -84,6 +84,15 @@
regulator-max-microvolt = <5000000>;
gpio = <&gpio1 2 0>;
};
+
+ reg_usb_otg_vbus: regulator@4 {
+ compatible = "regulator-fixed";
+ reg = <4>;
+ regulator-name = "usb_otg_vbus";
+ regulator-min-microvolt = <5000000>;
+ regulator-max-microvolt = <5000000>;
+ gpio = <&gpio1 4 0>;
+ };
};
sound {
@@ -168,6 +177,12 @@
>;
};
+ pinctrl_usbotg: usbotggrp {
+ fsl,pins = <
+ MX53_PAD_GPIO_4__GPIO1_4 0x000b0
+ >;
+ };
+
led_pin_gpio: led_gpio@0 {
fsl,pins = <
MX53_PAD_PATA_DATA8__GPIO2_8 0x80000000
@@ -351,6 +366,10 @@
};
&usbotg {
- dr_mode = "peripheral";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbotg>;
+ dr_mode = "otg";
+ vbus-supply = <&reg_usb_otg_vbus>;
+ disable-over-current;
status = "okay";
};