From: Vivek Gautam Date: Sat, 14 Sep 2013 08:32:49 +0000 (+0530) Subject: exynos5: dts: Add device node for XHCI X-Git-Tag: v2014.01-rc1~207^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28cfef5f41b8d35a447ac99e747622e5d47ae04c;p=platform%2Fkernel%2Fu-boot.git exynos5: dts: Add device node for XHCI Adding device node for xhci host controller to enable usb 3.0 on exynos5250. Signed-off-by: Vivek Gautam Cc: Julius Werner Cc: Simon Glass Cc: Minkyu Kang Cc: Dan Murphy Cc: Marek Vasut --- diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi index 44cbb5a..31880eb 100644 --- a/arch/arm/dts/exynos5250.dtsi +++ b/arch/arm/dts/exynos5250.dtsi @@ -158,6 +158,18 @@ interrupts = <0 130 0>; }; + xhci@12000000 { + compatible = "samsung,exynos5250-xhci"; + reg = <0x12000000 0x10000>; + #address-cells = <1>; + #size-cells = <1>; + + phy { + compatible = "samsung,exynos5250-usb3-phy"; + reg = <0x12100000 0x100>; + }; + }; + ehci@12110000 { compatible = "samsung,exynos-ehci"; reg = <0x12110000 0x100>;