Skip to content
Snippets Groups Projects
Commit e2a63608 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Stefano Babic
Browse files

arm: dts: Enable support for USB on XEA (imx28) board


This change enables the support for USB with DM on the XEA (imx28)
board.

Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
parent 95966a56
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,15 @@ ...@@ -41,6 +41,15 @@
enable-active-high; enable-active-high;
regulator-boot-on; regulator-boot-on;
}; };
reg_usb_5v: regulator-usb-5v {
compatible = "regulator-fixed";
regulator-name = "usb_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&gpio1 28 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
}; };
&mac0 { &mac0 {
...@@ -123,3 +132,12 @@ ...@@ -123,3 +132,12 @@
}; };
}; };
}; };
&usb0 {
vbus-supply = <&reg_usb_5v>;
status = "okay";
};
&usbphy0 {
status = "okay";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment