aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2013-03-06 14:22:40 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-05-09 15:22:02 +0530
commit607604ab5be158cbb7cb2e907e65af7889ee1c79 (patch)
tree46c288680b1da5c020e261ffc20aad297760cd36
parentb0567125211bd4f61a958c8394df8aa5ed1ac7bb (diff)
ARM: dts: Enable USBPHY support for EXYNOS5250
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/boot/dts/exynos5250.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index acf9e1c21d0b..24b65efe24da 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -86,6 +86,19 @@
interrupts = <0 96 0>;
};
+ usbphy {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "samsung,exynos5250-usbphy";
+ reg = <0x12130000 0x100>, <0x12100000 0x100>;
+ ranges;
+
+ usbphy-sys {
+ /* USB device and host PHY_CONTROL registers */
+ reg = <0x10040704 0x8>, <0x10050230 0x4>;
+ };
+ };
+
usb@12000000 {
compatible = "samsung,exynos-dwc3";
reg = <0x12000000 0x10000>;