1 USB GPIO Based Connection Detection
3 This is typically used to switch dual role mode from the USB ID pin connected
4 to an input GPIO, and also used to enable/disable device mode from the USB
5 Vbus pin connected to an input GPIO.
8 - compatible : should include "gpio-usb-b-connector" and "usb-b-connector".
9 - id-gpios, vbus-gpios : input gpios, either one of them must be present,
10 and both can be present as well.
11 see connector/usb-connector.txt
14 - vbus-supply : can be present if needed when supports dual role mode.
15 see connector/usb-connector.txt
18 - port : can be present.
25 compatible = "gpio-usb-b-connector", "usb-b-connector";
27 id-gpios = <&pio 12 GPIO_ACTIVE_HIGH>;
28 vbus-supply = <&usb_p0_vbus>;