&usbotg1 {
dr_mode = "otg";
- over-current-active-low;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usbotg1>;
vbus-supply = <®_usb1>;
&usbotg2 {
dr_mode = "host";
- over-current-active-low;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usbotg2>;
vbus-supply = <®_usb2>;
pinctrl_usbotg1: usbotg1grp {
fsl,pins = <
MX8MM_IOMUXC_GPIO1_IO12_GPIO1_IO12 0x16
- MX8MM_IOMUXC_GPIO1_IO13_USB1_OTG_OC 0x156
>;
};
pinctrl_usbotg2: usbotg2grp {
fsl,pins = <
MX8MM_IOMUXC_GPIO1_IO03_GPIO1_IO3 0x16
- MX8MM_IOMUXC_GPIO1_IO15_USB2_OTG_OC 0x156
>;
};