[U-Boot] [PATCH v2 5/7] exynos5: dts: Add device node for XHCI
Vivek Gautam
gautam.vivek at samsung.com
Wed Aug 21 12:12:46 CEST 2013
Adding device node for xhci host controller to enable
usb 3.0 on exynos5250.
Signed-off-by: Vivek Gautam <gautam.vivek at samsung.com>
Cc: Julius Werner <jwerner at chromium.org>
Cc: Simon Glass <sjg at chromium.org>
Cc: Minkyu Kang <mk7.kang at samsung.com>
Cc: Dan Murphy <dmurphy at ti.com>
Cc: Marek Vasut <marex at denx.de>
---
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 4fff5e3..57be6a7 100644
--- a/arch/arm/dts/exynos5250.dtsi
+++ b/arch/arm/dts/exynos5250.dtsi
@@ -139,6 +139,18 @@
interrupts = <0 130 0>;
};
+ xhci at 12000000 {
+ compatible = "samsung,exynos5250-xhci";
+ reg = <0x12000000 0x10000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ phy {
+ compatible = "samsung,exynos5250-usb3-phy";
+ reg = <0x12100000 0x100>;
+ };
+ };
+
ehci at 12110000 {
compatible = "samsung,exynos-ehci";
reg = <0x12110000 0x100>;
--
1.7.6.5
More information about the U-Boot
mailing list