···11+Binding for NXP ISP1704 USB Charger Detection22+33+Required properties:44+- compatible: Should contain one of the following:55+ * "nxp,isp1704"66+- nxp,enable-gpio: Should contain a phandle + gpio-specifier77+ to the GPIO pin connected to the chip's enable pin.88+- usb-phy: Should contain a phandle to the USB PHY99+ the ISP1704 is connected to.1010+1111+Example:1212+1313+isp1704 {1414+ compatible = "nxp,isp1704";1515+ nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_LOW>;1616+ usb-phy = <&usb2_phy>;1717+};