diff options
| author | Vivek Gautam <gautam.vivek@samsung.com> | 2013-09-14 14:02:49 +0530 | 
|---|---|---|
| committer | Marek Vasut <marex@denx.de> | 2013-10-20 23:42:38 +0200 | 
| commit | 28cfef5f41b8d35a447ac99e747622e5d47ae04c (patch) | |
| tree | bec5290b9a09d42c6b5f705f7587c6e2ead2746b | |
| parent | 108b85be25e4a87d59f762b5e6cca83313ecc9e8 (diff) | |
| download | olio-uboot-2014.01-28cfef5f41b8d35a447ac99e747622e5d47ae04c.tar.xz olio-uboot-2014.01-28cfef5f41b8d35a447ac99e747622e5d47ae04c.zip | |
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 <gautam.vivek@samsung.com>
Cc: Julius Werner <jwerner@chromium.org>
Cc: Simon Glass <sjg@chromium.org>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Dan Murphy <dmurphy@ti.com>
Cc: Marek Vasut <marex@denx.de>
| -rw-r--r-- | arch/arm/dts/exynos5250.dtsi | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi index 44cbb5a2e..31880eb23 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>; |