Skip to content
Snippets Groups Projects
Commit 727f7908 authored by Sanchayan Maity's avatar Sanchayan Maity Committed by Marek Vasut
Browse files

ARM: dts: vf-colibri: Enable USB device tree node for Colibri Vybrid


Enable USB device tree node for Toradex Colibri Vybrid module.

Signed-off-by: default avatarSanchayan Maity <maitysanchayan@gmail.com>
parent 5aaad064
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,17 @@
};
};
&ehci0 {
dr_mode = "otg";
fsl,cdet-gpio = <&gpio3 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
&ehci1 {
dr_mode = "host";
status = "okay";
};
&uart0 {
status = "okay";
};
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