summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/exynos5250.dtsi
diff options
context:
space:
mode:
authorRajeshwari Shinde <rajeshwari.s@samsung.com>2013-01-07 23:35:04 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2013-01-08 21:14:34 +0900
commit69c6f976a13cf787815bab52cfffa69792fecfa9 (patch)
treea63dd17389510e5918affa563456738cafd9ad94 /arch/arm/dts/exynos5250.dtsi
parente18bf1f9f2d2afa688e30e3f73d52de6a5edf4c1 (diff)
downloadblackbird-obmc-uboot-69c6f976a13cf787815bab52cfffa69792fecfa9.tar.gz
blackbird-obmc-uboot-69c6f976a13cf787815bab52cfffa69792fecfa9.zip
EXYNOS5: Add device node for USB.
This patch adds the device node required for USB Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/dts/exynos5250.dtsi')
-rw-r--r--arch/arm/dts/exynos5250.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index 1008797345..ed8c8dd606 100644
--- a/arch/arm/dts/exynos5250.dtsi
+++ b/arch/arm/dts/exynos5250.dtsi
@@ -138,4 +138,17 @@
reg = <0x131b0000 0x30>;
interrupts = <0 130 0>;
};
+
+ ehci@12110000 {
+ compatible = "samsung,exynos-ehci";
+ reg = <0x12110000 0x100>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ phy {
+ compatible = "samsung,exynos-usb-phy";
+ reg = <0x12130000 0x100>;
+ };
+ };
+
};
OpenPOWER on IntegriCloud