isp1704.txt 457 B

1234567891011121314151617
  1. Binding for NXP ISP1704 USB Charger Detection
  2. Required properties:
  3. - compatible: Should contain one of the following:
  4. * "nxp,isp1704"
  5. - nxp,enable-gpio: Should contain a phandle + gpio-specifier
  6. to the GPIO pin connected to the chip's enable pin.
  7. - usb-phy: Should contain a phandle to the USB PHY
  8. the ISP1704 is connected to.
  9. Example:
  10. isp1704 {
  11. compatible = "nxp,isp1704";
  12. nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_LOW>;
  13. usb-phy = <&usb2_phy>;
  14. };