adv7180.txt 618 B

1234567891011121314151617181920212223242526272829303132333435
  1. * Analog Devices ADV7180 analog video decoder family
  2. The adv7180 family devices are used to capture analog video to different
  3. digital interfaces like MIPI CSI-2 or parallel video.
  4. Required Properties :
  5. - compatible : value must be one of
  6. "adi,adv7180"
  7. "adi,adv7182"
  8. "adi,adv7280"
  9. "adi,adv7280-m"
  10. "adi,adv7281"
  11. "adi,adv7281-m"
  12. "adi,adv7281-ma"
  13. "adi,adv7282"
  14. "adi,adv7282-m"
  15. Optional Properties :
  16. - powerdown-gpios: reference to the GPIO connected to the powerdown pin,
  17. if any.
  18. Example:
  19. i2c0@1c22000 {
  20. ...
  21. ...
  22. adv7180@21 {
  23. compatible = "adi,adv7180";
  24. reg = <0x21>;
  25. };
  26. ...
  27. };