diff options
| author | Vivek Gautam <[email protected]> | 2013-09-14 14:02:49 +0530 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2013-10-20 23:42:38 +0200 |
| commit | 28cfef5f41b8d35a447ac99e747622e5d47ae04c (patch) | |
| tree | bec5290b9a09d42c6b5f705f7587c6e2ead2746b | |
| parent | 108b85be25e4a87d59f762b5e6cca83313ecc9e8 (diff) | |
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 <[email protected]>
Cc: Julius Werner <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Minkyu Kang <[email protected]>
Cc: Dan Murphy <[email protected]>
Cc: Marek Vasut <[email protected]>
| -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 44cbb5a2e5f..31880eb2305 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>; |
