1 Binding for NXP ISP1704 USB Charger Detection
4 - compatible: Should contain one of the following:
6 - nxp,enable-gpio: Should contain a phandle + gpio-specifier
7 to the GPIO pin connected to the chip's enable pin.
8 - usb-phy: Should contain a phandle to the USB PHY
9 the ISP1704 is connected to.
14 compatible = "nxp,isp1704";
15 nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_LOW>;
16 usb-phy = <&usb2_phy>;