Skip to content
Snippets Groups Projects
Commit 159916f4 authored by Jagan Teki's avatar Jagan Teki Committed by Philipp Tomsich
Browse files

ARM: dts: rockchip: Add usb otg for rk3288-vyasa


Add usb otg support for rk3288-vyasa, board support usb1 otg
power through otg_vbus_drv and naming conversion followed
as per schematic.

Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
Acked-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
parent fd0d7f93
No related branches found
No related tags found
No related merge requests found
...@@ -115,6 +115,20 @@ ...@@ -115,6 +115,20 @@
vin-supply = <&vcc_io>; vin-supply = <&vcc_io>;
}; };
vusb1_5v: vusb1-5v {
compatible = "regulator-fixed";
regulator-name = "vusb1_5v";
enable-active-high;
gpio = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>; /* OTG_VBUS_DRV */
pinctrl-names = "default";
pinctrl-0 = <&otg_vbus_drv>;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
regulator-boot-on;
vin-supply = <&vsus_5v>;
};
vusb2_5v: vusb2-5v { vusb2_5v: vusb2-5v {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vusb2_5v"; regulator-name = "vusb2_5v";
...@@ -395,6 +409,10 @@ ...@@ -395,6 +409,10 @@
status = "okay"; status = "okay";
}; };
&usb_otg {
status = "okay";
};
&vopb { &vopb {
status = "okay"; status = "okay";
}; };
...@@ -449,4 +467,11 @@ ...@@ -449,4 +467,11 @@
rockchip,pins = <8 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>; rockchip,pins = <8 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
}; };
}; };
usb_otg {
otg_vbus_drv: otg-vbus-drv {
rockchip,pins = <RK_GPIO0 RK_PB4 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment