]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/vf-colibri.dtsi
ARM: dts: vf-colibri: Enable USB device tree node for Colibri Vybrid
[u-boot] / arch / arm / dts / vf-colibri.dtsi
index dc52748c096b9d35f37f5677f76371895f16e7f7..c2f104a89b4e52de7f4c2f0fd9846f0395977f71 100644 (file)
        };
 };
 
+&ehci0 {
+       dr_mode = "otg";
+       fsl,cdet-gpio = <&gpio3 6 GPIO_ACTIVE_HIGH>;
+       status = "okay";
+};
+
+&ehci1 {
+       dr_mode = "host";
+       status = "okay";
+};
+
 &uart0 {
        status = "okay";
 };