]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
exynos5: dts: Add device node for XHCI
authorVivek Gautam <gautam.vivek@samsung.com>
Sat, 14 Sep 2013 08:32:49 +0000 (14:02 +0530)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:42:38 +0000 (23:42 +0200)
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>
arch/arm/dts/exynos5250.dtsi

index 44cbb5a2e5fe1f79ea0d0f32050d0c5838341785..31880eb2305817a64600321785770032a91d005a 100644 (file)
                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>;