Commit 896db3b3 authored by Vivek Gautam's avatar Vivek Gautam Committed by Kukjin Kim

ARM: dts: Enabling samsung-usb3phy driver for exynos5250

Adding usb3.0 phy node for Exynos5250 along with the
necessary device data to be parsed.
Signed-off-by: default avatarVivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 317ddd25
...@@ -479,6 +479,20 @@ i2s2: i2s@12D70000 { ...@@ -479,6 +479,20 @@ i2s2: i2s@12D70000 {
pinctrl-0 = <&i2s2_bus>; pinctrl-0 = <&i2s2_bus>;
}; };
usbphy@12100000 {
compatible = "samsung,exynos5250-usb3phy";
reg = <0x12100000 0x100>;
clocks = <&clock 1>, <&clock 286>;
clock-names = "ext_xtal", "usbdrd30";
#address-cells = <1>;
#size-cells = <1>;
ranges;
usbphy-sys {
reg = <0x10040704 0x8>;
};
};
usb@12110000 { usb@12110000 {
compatible = "samsung,exynos4210-ehci"; compatible = "samsung,exynos4210-ehci";
reg = <0x12110000 0x100>; reg = <0x12110000 0x100>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment