Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5eb30193 authored by Kamil Debski's avatar Kamil Debski Committed by Kukjin Kim
Browse files

ARM: dts: add support for USB phy, host and device for exynos4412-odroidx



This patch adds basic support for USB modules (host and device) on
OdroidX board.

Signed-off-by: default avatarKamil Debski <k.debski@samsung.com>
[removed incorrect port@2 node]
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 0c80244f
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -148,6 +148,16 @@
		pinctrl-names = "default";
		status = "okay";

		usb3503@08 {
			compatible = "smsc,usb3503";
			reg = <0x08>;

			intn-gpios = <&gpx3 0 0>;
			connect-gpios = <&gpx3 4 0>;
			reset-gpios = <&gpx3 5 0>;
			initial-mode = <1>;
		};

		max77686: pmic@09 {
			compatible = "maxim,max77686";
			reg = <0x09>;
@@ -338,4 +348,21 @@
			};
		};
	};

	exynos-usbphy@125B0000 {
		status = "okay";
	};

	hsotg@12480000 {
		status = "okay";
		vusb_d-supply = <&ldo15_reg>;
		vusb_a-supply = <&ldo12_reg>;
	};

	ehci@12580000 {
		status = "okay";
		port@1 {
			status = "okay";
		};
	};
};