Browse Source

ARM: dts: imx23-evk: enable USB PHY and controller

The i.MX23EVK board provides a USB port so the USB PHY and controller
need to be enabled for it to be usable.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Otavio Salvador 12 years ago
parent
commit
ecdc78b55a
1 changed files with 10 additions and 0 deletions
  1. 10 0
      arch/arm/boot/dts/imx23-evk.dts

+ 10 - 0
arch/arm/boot/dts/imx23-evk.dts

@@ -107,6 +107,16 @@
 				pinctrl-0 = <&duart_pins_a>;
 				status = "okay";
 			};
+
+			usbphy0: usbphy@8007c000 {
+				status = "okay";
+			};
+		};
+	};
+
+	ahb@80080000 {
+		usb0: usb@80080000 {
+			status = "okay";
 		};
 	};