summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rv1108-evb.dts
diff options
context:
space:
mode:
authorWilliam Wu <william.wu@rock-chips.com>2017-08-09 11:36:28 +0800
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-09-18 20:40:32 +0200
commit809ec9454fb36ae3c02cdee040f8c44ba08cd5ed (patch)
tree1f4a12e31cf96ba65bec5ef876f9cfc5915bf483 /arch/arm/dts/rv1108-evb.dts
parentcbeedafdc84053047f036910343038475e09e998 (diff)
ARM: dts: rockchip: add USB nodes for evb-rv1108
This patch adds USB OTG/EHCI/OHCI nodes for evb-rv1108 USB ports. Signed-off-by: William Wu <william.wu@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch/arm/dts/rv1108-evb.dts')
-rw-r--r--arch/arm/dts/rv1108-evb.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/dts/rv1108-evb.dts b/arch/arm/dts/rv1108-evb.dts
index 0128dd8b1d..2b221b6d61 100644
--- a/arch/arm/dts/rv1108-evb.dts
+++ b/arch/arm/dts/rv1108-evb.dts
@@ -20,6 +20,15 @@
chosen {
stdout-path = "serial2:1500000n8";
};
+
+ vcc5v0_otg: vcc5v0-otg-drv {
+ compatible = "regulator-fixed";
+ enable-active-high;
+ regulator-name = "vcc5v0_otg";
+ gpio = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
+ regulator-min-microvolt = <5000000>;
+ regulator-max-microvolt = <5000000>;
+ };
};
&gmac {
@@ -52,3 +61,16 @@
&uart2 {
status = "okay";
};
+
+&usb20_otg {
+ vbus-supply = <&vcc5v0_otg>;
+ status = "okay";
+};
+
+&usb_host_ehci {
+ status = "okay";
+};
+
+&usb_host_ohci {
+ status = "okay";
+};