ci-hdrc-zevio.txt 404 B

1234567891011121314151617
  1. * LSI Zevio USB OTG Controller
  2. Required properties:
  3. - compatible: Should be "lsi,zevio-usb"
  4. - reg: Should contain registers location and length
  5. - interrupts: Should contain controller interrupt
  6. Optional properties:
  7. - vbus-supply: regulator for vbus
  8. Examples:
  9. usb0: usb@b0000000 {
  10. reg = <0xb0000000 0x1000>;
  11. compatible = "lsi,zevio-usb";
  12. interrupts = <8>;
  13. vbus-supply = <&vbus_reg>;
  14. };